Searched refs:allowvector (Results 1 – 3 of 3) sorted by path
/plugin/dw2pdf/ |
H A D | DokuImageProcessorDecorator.php | 17 …public function getImage (&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $… argument 20 return parent::getImage($file, $firsttime, $allowvector, $orig_srcpath, $interpolation);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | ImageProcessor.php | 153 …public function getImage(&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $i… argument 264 if (($type === 'wmf' || $type === 'svg') && !$allowvector) {
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 8810 …= '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) argument 8815 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath);
|