Home
last modified time | relevance | path

Searched refs:allowvector (Results 1 – 3 of 3) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php142 public function getImage(&$file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false)
257 if (($type === 'wmf' || $type === 'svg') && !$allowvector) {
153 getImage(& $file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php8840 function Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true)
8845 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath);
8810 Image($file, $x, $y, $w = 0, $h = 0, $type = '', $link = '', $paint = true, $constrain = true, $watermark = false, $shownoimg = true, $allowvector = true) global() argument
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php20 $allowvector = true,
26 return parent::getImage($file, $firsttime, $allowvector, $orig_srcpath, $interpolation);
17 getImage(& $file, $firsttime = true, $allowvector = true, $orig_srcpath = false, $interpolation = false) global() argument