Lines Matching defs:read_ushort

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()
592 $cmapTableCount = $this->read_ushort();
595 $platformID = $this->read_ushort();
596 $encodingID = $this->read_ushort();
623 $numGlyphs = $this->read_ushort();
677 $format = $this->read_ushort();
682 $numRecords = $this->read_ushort();
683 $string_data_offset = $name_offset + $this->read_ushort();
690 $platformId = $this->read_ushort();
691 $encodingId = $this->read_ushort();
692 $languageId = $this->read_ushort();
693 $nameId = $this->read_ushort();
694 $length = $this->read_ushort();
695 $offset = $this->read_ushort();
711 $char = $this->read_ushort();
792 $ver_maj = $this->read_ushort();
793 $ver_min = $this->read_ushort();
797 $this->fontRevision = $this->read_ushort() . $this->read_ushort();
808 $this->unitsPerEm = $unitsPerEm = $this->read_ushort();
818 $indexToLocFormat = $this->read_ushort();
819 $glyphDataFormat = $this->read_ushort();
831 $hheaAdvanceWidthMax = $this->read_ushort();
842 $version = $this->read_ushort();
844 $usWeightClass = $this->read_ushort();
846 $fsType = $this->read_ushort();
869 $fsSelection = $this->read_ushort();
887 $usWinAscent = $this->read_ushort();
888 $usWinDescent = $this->read_ushort();
951 $ver_maj = $this->read_ushort();
959 $this->italicAngle = $this->read_short() + $this->read_ushort() / 65536.0;
979 $ver_maj = $this->read_ushort();
988 $metricDataFormat = $this->read_ushort();
994 $numberOfHMetrics = $this->read_ushort();
1003 $ver_maj = $this->read_ushort();
1010 $numGlyphs = $this->read_ushort();
1015 $cmapTableCount = $this->read_ushort();
1018 $platformID = $this->read_ushort();
1019 $encodingID = $this->read_ushort();
1165 $locax = $this->read_ushort() * 2;
1184 $locaH = $this->read_ushort() * 2;
1206 $version = $this->read_ushort();
1207 $nTables = $this->read_ushort();
1210 $sversion = $this->read_ushort();
1211 $slength = $this->read_ushort();
1212 $scoverage = $this->read_ushort();
1216 $nPairs = $this->read_ushort();
1219 $left = $this->read_ushort();
1220 $right = $this->read_ushort();
1238 $ver_maj = $this->read_ushort();
1239 $ver_min = $this->read_ushort();
1240 $GlyphClassDef_offset = $this->read_ushort();
1241 $AttachList_offset = $this->read_ushort();
1242 $LigCaretList_offset = $this->read_ushort();
1243 $MarkAttachClassDef_offset = $this->read_ushort();
1247 $MarkGlyphSetsDef_offset = $this->read_ushort();
1340 $MarkSetTableFormat = $this->read_ushort();
1341 $MarkSetCount = $this->read_ushort();
1397 $ClassFormat = $this->read_ushort();
1401 $StartGlyph = $this->read_ushort();
1402 $GlyphCount = $this->read_ushort();
1405 $class = $this->read_ushort();
1414 $tableCount = $this->read_ushort();
1416 $startGlyphID = $this->read_ushort();
1417 $endGlyphID = $this->read_ushort();
1418 $class = $this->read_ushort();
1446 $ScriptList_offset = $gsub_offset + $this->read_ushort();
1447 $FeatureList_offset = $gsub_offset + $this->read_ushort();
1448 $LookupList_offset = $gsub_offset + $this->read_ushort();
1452 $ScriptCount = $this->read_ushort();
1455 $ScriptTableOffset = $this->read_ushort();
1463 $DefLangSys_offset = $this->read_ushort();
1467 $LangSysCount = $this->read_ushort();
1470 $LangTableOffset = $this->read_ushort();
1483 $LookUpOrder = $this->read_ushort(); //==NULL
1484 $ReqFeatureIndex = $this->read_ushort();
1488 $FeatureCount = $this->read_ushort();
1490 $FeatureIndex[] = $this->read_ushort(); // = index of feature
1498 $FeatureCount = $this->read_ushort();
1507 $Feature[$i]['offset'] = $FeatureList_offset + $this->read_ushort();
1512 $this->read_ushort(); // null [FeatureParams]
1513 $Feature[$i]['LookupCount'] = $Lookupcount = $this->read_ushort();
1516 $Feature[$i]['LookupListIndex'][] = $this->read_ushort();
1551 $LookupCount = $this->read_ushort();
1557 $Offsets[$i] = $LookupList_offset + $this->read_ushort();
1564 $GSLookup[$i]['Type'] = $this->read_ushort();
1565 $GSLookup[$i]['Flag'] = $flag = $this->read_ushort();
1566 $GSLookup[$i]['SubtableCount'] = $SubtableCount[$i] = $this->read_ushort();
1569 $GSLookup[$i]['Subtables'][$c] = $Offsets[$i] + $this->read_ushort();
1574 $GSLookup[$i]['MarkFilteringSet'] = $this->read_ushort();
1584 $ExtensionPosFormat = $this->read_ushort();
1585 $type = $this->read_ushort();
1598 $PosFormat = $this->read_ushort();
1603 $BacktrackGlyphCount = $this->read_ushort();
1608 $Coverage = $GSLookup[$i]['Subtables'][$c] + $this->read_ushort();
1621 $LookupCount = $this->read_ushort();
1625 $Lookup[$i]['offset'] = $LookupList_offset + $this->read_ushort();
1630 $Lookup[$i]['Type'] = $this->read_ushort();
1631 $Lookup[$i]['Flag'] = $flag = $this->read_ushort();
1632 $Lookup[$i]['SubtableCount'] = $this->read_ushort();
1634 $Lookup[$i]['Subtable'][$c]['Offset'] = $Lookup[$i]['offset'] + $this->read_ushort();
1638 $Lookup[$i]['MarkFilteringSet'] = $this->read_ushort();
1648 $ExtensionPosFormat = $this->read_ushort();
1649 $type = $this->read_ushort();
1660 $SubstFormat = $this->read_ushort();
1678 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1682 $GlyphCount = $this->read_ushort();
1684 $Lookup[$i]['Subtable'][$c]['Glyphs'][] = $this->read_ushort();
1689 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1699 $Lookup[$i]['Subtable'][$c]['Sequences'][$s]['SubstituteGlyphID'][] = $this->read_ushort();
1704 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1715 $Lookup[$i]['Subtable'][$c]['AlternateSets'][$s]['SubstituteGlyphID'][] = $this->read_ushort();
1720 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1730 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['LigatureOffset'][$g] = $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['Offset'] + $this->read_ushort();
1737 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['Ligature'][$g]['LigGlyph'] = $this->read_ushort();
1738 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['Ligature'][$g]['CompCount'] = $this->read_ushort();
1740 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['Ligature'][$g]['GlyphID'][$l] = $this->read_ushort();
1748 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1758 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRuleOffset'][$g] = $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['Offset'] + $this->read_ushort();
1767 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRule'][$g]['GlyphCount'] = $this->read_ushort();
1768 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRule'][$g]['SubstCount'] = $this->read_ushort();
1771 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRule'][$g]['Input'][$l] = $this->read_ushort();
1775 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRule'][$g]['SubstLookupRecord'][$l]['SequenceIndex'] = $this->read_ushort();
1776 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRule'][$g]['SubstLookupRecord'][$l]['LookupListIndex'] = $this->read_ushort();
1782 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1783 $Lookup[$i]['Subtable'][$c]['ClassDefOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1784 $Lookup[$i]['Subtable'][$c]['SubClassSetCnt'] = $this->read_ushort();
1786 $offset = $this->read_ushort();
1800 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1801 $Lookup[$i]['Subtable'][$c]['ChainSubRuleSetCount'] = $this->read_ushort();
1803 $Lookup[$i]['Subtable'][$c]['ChainSubRuleSetOffset'][] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1807 $Lookup[$i]['Subtable'][$c]['CoverageTableOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1808 $Lookup[$i]['Subtable'][$c]['BacktrackClassDefOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1809 $Lookup[$i]['Subtable'][$c]['InputClassDefOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1810 $Lookup[$i]['Subtable'][$c]['LookaheadClassDefOffset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1811 $Lookup[$i]['Subtable'][$c]['ChainSubClassSetCnt'] = $this->read_ushort();
1813 $offset = $this->read_ushort();
1822 $Lookup[$i]['Subtable'][$c]['BacktrackGlyphCount'] = $this->read_ushort();
1824 $Lookup[$i]['Subtable'][$c]['CoverageBacktrack'][] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1826 $Lookup[$i]['Subtable'][$c]['InputGlyphCount'] = $this->read_ushort();
1828 $Lookup[$i]['Subtable'][$c]['CoverageInput'][] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1830 $Lookup[$i]['Subtable'][$c]['LookaheadGlyphCount'] = $this->read_ushort();
1832 $Lookup[$i]['Subtable'][$c]['CoverageLookahead'][] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_ushort();
1834 $Lookup[$i]['Subtable'][$c]['SubstCount'] = $this->read_ushort();
1836 $Lookup[$i]['Subtable'][$c]['SubstLookupRecord'][$b]['SequenceIndex'] = $this->read_ushort();
1837 $Lookup[$i]['Subtable'][$c]['SubstLookupRecord'][$b]['LookupListIndex'] = $this->read_ushort();
1974 $Lookup[$i]['Subtable'][$c]['SubClassSet'][$s]['SubClassRuleCnt'] = $SubClassRuleCnt = $this->read_ushort();
1977 $SubClassRule[$b] = $Lookup[$i]['Subtable'][$c]['SubClassSetOffset'][$s] + $this->read_ushort();
1989 $Rule['InputGlyphCount'] = $this->read_ushort();
1990 $Rule['SubstCount'] = $this->read_ushort();
1992 $Rule['Input'][$r] = $this->read_ushort();
1995 $Rule['SequenceIndex'][$r] = $this->read_ushort();
1996 $Rule['LookupListIndex'][$r] = $this->read_ushort();
2023 $ChainSubRuleCnt = $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRuleCount'] = $this->read_ushort();
2025 $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRuleOffset'][$r] = $Lookup[$i]['Subtable'][$c]['ChainSubRuleSetOffset'][$s] + $this->read_ushort();
2034 $BacktrackGlyphCount = $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRule'][$r]['BacktrackGlyphCount'] = $this->read_ushort();
2036 $glyphID = $this->read_ushort();
2040 $InputGlyphCount = $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRule'][$r]['InputGlyphCount'] = $this->read_ushort();
2042 $glyphID = $this->read_ushort();
2046 $LookaheadGlyphCount = $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRule'][$r]['LookaheadGlyphCount'] = $this->read_ushort();
2048 $glyphID = $this->read_ushort();
2052 $SubstCount = $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRule'][$r]['SubstCount'] = $this->read_ushort();
2054 $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRule'][$r]['SequenceIndex'][$lu] = $this->read_ushort();
2055 $Lookup[$i]['Subtable'][$c]['ChainSubRuleSet'][$s]['ChainSubRule'][$r]['LookupListIndex'][$lu] = $this->read_ushort();
2076 $Lookup[$i]['Subtable'][$c]['ChainSubClassSet'][$s]['ChainSubClassRuleCnt'] = $ChainSubClassRuleCnt = $this->read_ushort();
2079 $ChainSubClassRule[$b] = $Lookup[$i]['Subtable'][$c]['ChainSubClassSetOffset'][$s] + $this->read_ushort();
2095 $Rule['BacktrackGlyphCount'] = $this->read_ushort();
2097 $Rule['Backtrack'][$r] = $this->read_ushort();
2099 $Rule['InputGlyphCount'] = $this->read_ushort();
2101 $Rule['Input'][$r] = $this->read_ushort();
2103 $Rule['LookaheadGlyphCount'] = $this->read_ushort();
2105 $Rule['Lookahead'][$r] = $this->read_ushort();
2107 $Rule['SubstCount'] = $this->read_ushort();
2109 $Rule['SequenceIndex'][$r] = $this->read_ushort();
2110 $Rule['LookupListIndex'][$r] = $this->read_ushort();
3197 $CoverageFormat = $this->read_ushort();
3199 $CoverageGlyphCount = $this->read_ushort();
3201 $glyphID = $this->read_ushort();
3214 $RangeCount = $this->read_ushort();
3216 $start = $this->read_ushort();
3217 $end = $this->read_ushort();
3218 $StartCoverageIndex = $this->read_ushort(); // n/a
3239 $ClassFormat = $this->read_ushort();
3242 $StartGlyph = $this->read_ushort();
3243 $GlyphCount = $this->read_ushort();
3247 $class = $this->read_ushort();
3255 $tableCount = $this->read_ushort();
3257 $startGlyphID = $this->read_ushort();
3258 $endGlyphID = $this->read_ushort();
3259 $class = $this->read_ushort();
3287 $ScriptList_offset = $gpos_offset + $this->read_ushort();
3288 $FeatureList_offset = $gpos_offset + $this->read_ushort();
3289 $LookupList_offset = $gpos_offset + $this->read_ushort();
3293 $ScriptCount = $this->read_ushort();
3296 $ScriptTableOffset = $this->read_ushort();
3304 $DefLangSys_offset = $this->read_ushort();
3308 $LangSysCount = $this->read_ushort();
3311 $LangTableOffset = $this->read_ushort();
3324 $LookUpOrder = $this->read_ushort(); //==NULL
3325 $ReqFeatureIndex = $this->read_ushort();
3329 $FeatureCount = $this->read_ushort();
3331 $FeatureIndex[] = $this->read_ushort(); // = index of feature
3338 $FeatureCount = $this->read_ushort();
3346 $Feature[$i]['offset'] = $FeatureList_offset + $this->read_ushort();
3351 $this->read_ushort(); // null
3352 $Feature[$i]['LookupCount'] = $Lookupcount = $this->read_ushort();
3355 $Feature[$i]['LookupListIndex'][] = $this->read_ushort();
3393 $LookupCount = $this->read_ushort();
3399 $Offsets[$i] = $LookupList_offset + $this->read_ushort();
3404 $Lookup[$i]['Type'] = $this->read_ushort();
3405 $Lookup[$i]['Flag'] = $flag = $this->read_ushort();
3406 $Lookup[$i]['SubtableCount'] = $SubtableCount[$i] = $this->read_ushort();
3408 $Lookup[$i]['Subtables'][$c] = $Offsets[$i] + $this->read_ushort();
3412 $Lookup[$i]['MarkFilteringSet'] = $this->read_ushort();
3422 $ExtensionPosFormat = $this->read_ushort();
3423 $type = $this->read_ushort();
3435 $PosFormat = $this->read_ushort();
3440 $BacktrackGlyphCount = $this->read_ushort();
3445 $Coverage = $Lookup[$i]['Subtables'][$c] + $this->read_ushort();
3499 $indexToLocFormat = $this->read_ushort();
3500 $glyphDataFormat = $this->read_ushort();
3505 $metricDataFormat = $this->read_ushort();
3506 $orignHmetrics = $numberOfHMetrics = $this->read_ushort();
3511 $numGlyphs = $this->read_ushort();
3516 $cmapTableCount = $this->read_ushort();
3519 $platformID = $this->read_ushort();
3520 $encodingID = $this->read_ushort();
3991 $indexToLocFormat = $this->read_ushort();
3992 $glyphDataFormat = $this->read_ushort();
3997 $metricDataFormat = $this->read_ushort();
3998 $orignHmetrics = $numberOfHMetrics = $this->read_ushort();
4003 $numGlyphs = $this->read_ushort();
4008 $cmapTableCount = $this->read_ushort();
4012 $platformID = $this->read_ushort();
4013 $encodingID = $this->read_ushort();
4146 $flags = $this->read_ushort();
4147 $glyphIdx = $this->read_ushort();
4177 $format = $this->read_ushort();
4178 $numRecords = $this->read_ushort();
4179 $string_data_offset = $name_offset + $this->read_ushort();
4181 $platformId = $this->read_ushort();
4182 $encodingId = $this->read_ushort();
4498 $flags = $this->read_ushort();
4499 $glyphIdx = $this->read_ushort();
4550 $aw = $this->read_ushort();
4551 $lsb = $this->read_ushort();
4653 $length = $this->read_ushort();
4657 $segCount = $this->read_ushort() / 2;
4662 $endCount[] = $this->read_ushort();
4669 $startCount[] = $this->read_ushort();
4682 $idRangeOffset[] = $this->read_ushort();
4813 $numGlyphs = $this->read_ushort();
4818 $cmapTableCount = $this->read_ushort();
4821 $platformID = $this->read_ushort();
4822 $encodingID = $this->read_ushort();