Searched refs:ValueFormat (Results 1 – 3 of 3) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | OtlDump.php | 3270 $ValueFormat = $this->read_ushort(); 3271 $Value = $this->_getValueRecord($ValueFormat); 3316 $ValueFormat = $this->read_ushort(); 3320 $Values[] = $this->_getValueRecord($ValueFormat); 3938 function _getValueRecord($ValueFormat) argument 3944 if (($ValueFormat & 0x0001) == 0x0001) { 3948 if (($ValueFormat & 0x0002) == 0x0002) { 3952 if (($ValueFormat & 0x0004) == 0x0004) { 3956 if (($ValueFormat & 0x0008) == 0x0008) { 3960 if (($ValueFormat & 0x0010) == 0x0010) { [all …]
|
| D | Otl.php | 3305 $ValueFormat = $this->read_ushort(); 3306 $Value = $this->_getValueRecord($ValueFormat); 3312 $ValueFormat = $this->read_ushort(); 3315 $this->skip($GlyphPos * 2 * $this->count_bits($ValueFormat)); 3316 $Value = $this->_getValueRecord($ValueFormat); 4404 private function _getValueRecord($ValueFormat) argument 4410 if (($ValueFormat & 0x0001) == 0x0001) { 4414 if (($ValueFormat & 0x0002) == 0x0002) { 4418 if (($ValueFormat & 0x0004) == 0x0004) { 4422 if (($ValueFormat & 0x0008) == 0x0008) { [all …]
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 54926 var ValueFormat = new r.Bitfield(r.uint16, ['xPlacement', 'yPlacement', 'xAdvance', 'yAdvance', 'xP… 55053 valueFormat: ValueFormat, 55058 valueFormat: ValueFormat, 55068 valueFormat1: ValueFormat, 55069 valueFormat2: ValueFormat, 55076 valueFormat1: ValueFormat, 55077 valueFormat2: ValueFormat,
|