Home
last modified time | relevance | path

Searched refs:read_ushort (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php229 $this->numTables = $this->read_ushort();
230 $this->searchRange = $this->read_ushort();
231 $this->entrySelector = $this->read_ushort();
232 $this->rangeShift = $this->read_ushort();
237 $record['checksum'] = [$this->read_ushort(), $this->read_ushort()];
364 function read_ushort() function in Mpdf\\OtlDump
474 $format = $this->read_ushort();
478 $numRecords = $this->read_ushort();
479 $string_data_offset = $name_offset + $this->read_ushort();
[all...]
H A DTTFontFile.php300 $this->numTables = $this->read_ushort();
301 $this->searchRange = $this->read_ushort();
302 $this->entrySelector = $this->read_ushort();
303 $this->rangeShift = $this->read_ushort();
309 $record['checksum'] = [$this->read_ushort(), $this->read_ushort()];
445 function read_ushort() function in Mpdf\\TTFontFile
592 $cmapTableCount = $this->read_ushort();
595 $platformID = $this->read_ushort();
596 $encodingID = $this->read_ushort();
[all...]
H A DTTFontFileAnalysis.php59 $cmapTableCount = $this->read_ushort();
62 $x[$i]['platformId'] = $this->read_ushort();
63 $x[$i]['encodingId'] = $this->read_ushort();
77 $format = $this->read_ushort();
80 $numRecords = $this->read_ushort();
81 $string_data_offset = $name_offset + $this->read_ushort();
83 $x[$i]['platformId'] = $this->read_ushort();
84 $x[$i]['encodingId'] = $this->read_ushort();
85 $x[$i]['languageId'] = $this->read_ushort();
86 $x[$i]['nameId'] = $this->read_ushort();
[all...]
H A DOtl.php1574 $SubstFormat = $this->read_ushort();
1582 $Coverage = $subtable_offset + $this->read_ushort();
1594 $LigatureOffset[$g] = $LigSet + $this->read_ushort();
1599 $LigGlyph = $this->read_ushort();
1601 $CompCount = $this->read_ushort();
1608 $gid = $this->read_ushort();
1639 $SubstFormat = $this->read_ushort();
1649 $CoverageOffset = $subtable_offset + $this->read_ushort();
1663 $GlyphCount = $this->read_ushort();
1665 $GlyphID = $this->read_ushort();
5884 private function read_ushort() global() function in Mpdf\\Otl
[all...]