Home
last modified time | relevance | path

Searched refs:allowvector (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/
DDokuImageProcessorDecorator.php20 $allowvector = true, argument
26 return parent::getImage($file, $firsttime, $allowvector, $orig_srcpath, $interpolation);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DImageProcessor.php142 …public function getImage(&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $i… argument
257 if (($type === 'wmf' || $type === 'svg') && !$allowvector) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php8840 …= '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) argument
8845 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath);