Lines Matching refs:read_short

423 	function read_short()
811 $xMin = $this->read_short();
812 $yMin = $this->read_short();
813 $xMax = $this->read_short();
814 $yMax = $this->read_short();
828 $hheaAscender = $this->read_short();
829 $hheaDescender = $this->read_short();
830 $hheaLineGap = $this->read_short();
852 $yStrikeoutSize = $this->read_short();
853 $yStrikeoutPosition = $this->read_short();
857 $sF = $this->read_short();
873 $sTypoAscender = $this->read_short();
874 $sTypoDescender = $this->read_short();
875 $sTypoLineGap = $this->read_short();
898 $sxHeight = $this->read_short();
900 $sCapHeight = $this->read_short();
959 $this->italicAngle = $this->read_short() + $this->read_ushort() / 65536.0;
960 $this->underlinePosition = $this->read_short() * $scale;
961 $this->underlineThickness = $this->read_short() * $scale;
1173 $yMaxx = $this->read_short();
1192 $yMaxH = $this->read_short();
1221 $val = $this->read_short();
1680 $Lookup[$i]['Subtable'][$c]['DeltaGlyphID'] = $this->read_short();
1690 $Lookup[$i]['Subtable'][$c]['SequenceCount'] = $SequenceCount = $this->read_short();
1692 $Lookup[$i]['Subtable'][$c]['Sequences'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1697 $Lookup[$i]['Subtable'][$c]['Sequences'][$s]['GlyphCount'] = $this->read_short();
1705 $Lookup[$i]['Subtable'][$c]['AlternateSetCount'] = $AlternateSetCount = $this->read_short();
1707 $Lookup[$i]['Subtable'][$c]['AlternateSets'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1713 $Lookup[$i]['Subtable'][$c]['AlternateSets'][$s]['GlyphCount'] = $this->read_short();
1721 $Lookup[$i]['Subtable'][$c]['LigSetCount'] = $LigSetCount = $this->read_short();
1723 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1728 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['LigCount'] = $this->read_short();
1749 $Lookup[$i]['Subtable'][$c]['SubRuleSetCount'] = $SubRuleSetCount = $this->read_short();
1751 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1756 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRuleCount'] = $this->read_short();
4141 $numberOfContours = $this->read_short();
4492 $numberOfContours = $this->read_short();
4675 $idDelta[] = $this->read_short();