Searched refs:read_ushort (Results 1 – 4 of 4) sorted by relevance
229 $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\\OtlDump474 $format = $this->read_ushort();478 $numRecords = $this->read_ushort();479 $string_data_offset = $name_offset + $this->read_ushort();484 $platformId = $this->read_ushort();[all …]
300 $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\\TTFontFile592 $cmapTableCount = $this->read_ushort();595 $platformID = $this->read_ushort();596 $encodingID = $this->read_ushort();623 $numGlyphs = $this->read_ushort();[all …]
120 $format = $this->read_ushort();124 $numRecords = $this->read_ushort();125 $string_data_offset = $name_offset + $this->read_ushort();130 $platformId = $this->read_ushort();131 $encodingId = $this->read_ushort();132 $languageId = $this->read_ushort();133 $nameId = $this->read_ushort();134 $length = $this->read_ushort();135 $offset = $this->read_ushort();149 $char = $this->read_ushort();[all …]
1574 $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();[all …]