Home
last modified time | relevance | path

Searched refs:_set_ushort (Results 1 – 2 of 2) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php495 function _set_ushort($stream, $offset, $value) function in Mpdf\\TTFontFile
3796 $data = $this->_set_ushort($data, $pos_in_glyph + 2, $glyphSet[$glyphIdx]);
3871 $head = $this->_set_ushort($head, 50, $indexToLocFormat);
3885 $hhea = $this->_set_ushort($hhea, 34, $numberOfHMetrics);
3887 $hhea = $this->_set_ushort($hhea, 10, $advanceWidthMax);
3896 $maxp = $this->_set_ushort($maxp, 4, $numGlyphs);
3898 $maxp = $this->_set_ushort($maxp, 6, $maxPoints); // points in non-compound glyph
3899 $maxp = $this->_set_ushort($maxp, 8, $maxContours); // contours in non-compound glyph
3900 $maxp = $this->_set_ushort($maxp, 10, $maxComponentPoints); // points in compound glyph
3901 $maxp = $this->_set_ushort(
[all...]
H A DOtlDump.php414 function _set_ushort($stream, $offset, $value) function in Mpdf\\OtlDump