Home
last modified time | relevance | path

Searched refs:read_short (Results 1 – 5 of 5) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFileAnalysis.php212 $macStyle = $this->read_short();
214 $indexLocFormat = $this->read_short();
225 $sF = $this->read_short();
234 $fsSelection = $this->read_short();
242 $this->italicAngle = $this->read_short() + $this->read_ushort() / 65536.0;
352 $idDelta[] = $this->read_short();
H A DOtlDump.php342 function read_short() function in Mpdf\\OtlDump
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();
[all...]
H A DTTFontFile.php423 function read_short() function in Mpdf\\TTFontFile
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();
[all...]
H A DOtl.php1584 $LigSetCount = $this->read_short();
1587 $LigSet = $subtable_offset + $this->read_short();
1590 $LigCount = $this->read_short();
1655 $DeltaGlyphID = $this->read_short();
1689 $Sequences = $subtable_offset + $this->read_short();
1692 $GlyphCount = $this->read_short();
1716 $AlternateSetCount = $this->read_short();
1733 $AlternateSets = $subtable_offset + $this->read_short();
1736 $AlternateGlyphCount = $this->read_short();
1764 $LigSetCount = $this->read_short();
5874 private function read_short() global() function in Mpdf\\Otl
[all...]
H A DMpdf.php19431 function read_short(&$fh)
19367 function read_short(&$fh) global() function in Mpdf\\Mpdf