Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php53 $this->_setPageSize([$format['width'], $format['height']], $orientation);
H A DMpdf.php1281 $this->_setPageSize($format, $orientation);
1632 function _setPageSize($format, &$orientation)
10091 $this->_setPageSize($newformat, $orientation);
15146 $this->_setPageSize($newformat, $p['ORIENTATION']);
1621 function _setPageSize($format, &$orientation) global() function in Mpdf\\Mpdf