Searched refs:getTemplateSize (Results 1 – 7 of 7) sorted by relevance
| /plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/ |
| D | Fpdi.php | 82 public function getTemplateSize($tpl, $width = null, $height = null) function in setasign\\Fpdi\\Tfpdf\\Fpdi 84 $size = parent::getTemplateSize($tpl, $width, $height);
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/ |
| D | Fpdi.php | 81 public function getTemplateSize($tpl, $width = null, $height = null) function in setasign\\Fpdi\\Fpdi 83 $size = parent::getTemplateSize($tpl, $width, $height);
|
| D | FpdfTplTrait.php | 120 $originalSize = $this->getTemplateSize($tpl); 121 $newSize = $this->getTemplateSize($tpl, $width, $height); 152 public function getTemplateSize($tpl, $width = null, $height = null) function
|
| D | FpdiTrait.php | 419 $originalSize = $this->getTemplateSize($pageId); 420 $newSize = $this->getTemplateSize($pageId, $width, $height);
|
| /plugin/dw2pdf/vendor/setasign/fpdi/ |
| D | README.md | 94 - The parameters $x, $y, $width and $height of the `useTemplate()` or `getTemplateSize()` 97 - The return value of `getTemplateSize()` had changed to an array with more speaking keys
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | FpdiTrait.php | 246 $originalSize = $this->getTemplateSize($pageId); 283 public function getTemplateSize($tpl, $width = null, $height = null) function
|
| /plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/ |
| D | Fpdi.php | 128 public function getTemplateSize($tpl, $width = null, $height = null) function in setasign\\Fpdi\\Tcpdf\\Fpdi
|