Searched refs:allowvector (Results 1 – 3 of 3) sorted by relevance
| /plugin/dw2pdf/ |
| D | DokuImageProcessorDecorator.php | 20 $allowvector = true, argument 26 return parent::getImage($file, $firsttime, $allowvector, $orig_srcpath, $interpolation);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | ImageProcessor.php | 142 …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/ |
| D | Mpdf.php | 8840 …= '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) argument 8845 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath);
|