Lines Matching refs:read_short

342 	function read_short()
600 $xMin = $this->read_short();
601 $yMin = $this->read_short();
602 $xMax = $this->read_short();
603 $yMax = $this->read_short();
619 $hheaAscender = $this->read_short();
620 $hheaDescender = $this->read_short();
643 $sF = $this->read_short();
653 $sTypoAscender = $this->read_short();
654 $sTypoDescender = $this->read_short();
663 $sCapHeight = $this->read_short();
693 $this->italicAngle = $this->read_short() + $this->read_ushort() / 65536.0;
694 $this->underlinePosition = $this->read_short() * $scale;
695 $this->underlineThickness = $this->read_short() * $scale;
920 $val = $this->read_short();
1450 $Lookup[$i]['Subtable'][$c]['DeltaGlyphID'] = $this->read_short();
1463 $Lookup[$i]['Subtable'][$c]['SequenceCount'] = $SequenceCount = $this->read_short();
1465 $Lookup[$i]['Subtable'][$c]['Sequences'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1470 $Lookup[$i]['Subtable'][$c]['Sequences'][$s]['GlyphCount'] = $this->read_short();
1479 $Lookup[$i]['Subtable'][$c]['AlternateSetCount'] = $AlternateSetCount = $this->read_short();
1481 $Lookup[$i]['Subtable'][$c]['AlternateSets'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1487 $Lookup[$i]['Subtable'][$c]['AlternateSets'][$s]['GlyphCount'] = $this->read_short();
1496 $Lookup[$i]['Subtable'][$c]['LigSetCount'] = $LigSetCount = $this->read_short();
1498 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1503 $Lookup[$i]['Subtable'][$c]['LigSet'][$s]['LigCount'] = $this->read_short();
1525 $Lookup[$i]['Subtable'][$c]['SubRuleSetCount'] = $SubRuleSetCount = $this->read_short();
1527 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['Offset'] = $Lookup[$i]['Subtable'][$c]['Offset'] + $this->read_short();
1532 $Lookup[$i]['Subtable'][$c]['SubRuleSet'][$s]['SubRuleCount'] = $this->read_short();
3945 $vra['XPlacement'] = $this->read_short();
3949 $vra['YPlacement'] = $this->read_short();
3953 $vra['XAdvance'] = $this->read_short();
3957 $this->read_short();
3985 $XCoordinate = $this->read_short();
3986 $YCoordinate = $this->read_short();
4034 $numberOfContours = $this->read_short();
4209 $idDelta[] = $this->read_short();