Searched refs:_set_short (Results 1 – 2 of 2) sorted by relevance
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TTFontFile.php | 502 function _set_short($stream, $offset, $val) function in Mpdf\\TTFontFile 3874 $head = $this->_set_short($head, 36, $xMinT); // for all glyph bounding boxes 3875 $head = $this->_set_short($head, 38, $yMinT); // for all glyph bounding boxes 3876 $head = $this->_set_short($head, 40, $xMaxT); // for all glyph bounding boxes 3877 $head = $this->_set_short($head, 42, $yMaxT); // for all glyph bounding boxes 3888 $hhea = $this->_set_short($hhea, 12, $minLeftSideBearing); 3889 $hhea = $this->_set_short($hhea, 14, $minRightSideBearing); 3890 $hhea = $this->_set_short($hhea, 16, $xMaxExtent);
|
| D | OtlDump.php | 421 function _set_short($stream, $offset, $val) function in Mpdf\\OtlDump
|