Home
last modified time | relevance | path

Searched refs:imageProcessor (Results 1 – 9 of 9) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTag.php66 protected $imageProcessor; variable in Mpdf\\Tag\\Tag
95 ImageProcessor $imageProcessor, argument
107 $this->imageProcessor = $imageProcessor;
DColumns.php24 $this->imageProcessor,
DInput.php218 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
220 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
DMeter.php232 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
234 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
DImg.php277 …$info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath, $interpolation); // m…
279 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTag.php58 private $imageProcessor; variable in Mpdf\\Tag
86 ImageProcessor $imageProcessor, argument
98 $this->imageProcessor = $imageProcessor;
119 $this->imageProcessor,
DServiceFactory.php79 $imageProcessor = new ImageProcessor(
102 $imageProcessor,
148 'imageProcessor' => $imageProcessor,
DMpdf.php947 private $imageProcessor; variable in Mpdf\\Mpdf
8845 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath);
8847 $info = $this->imageProcessor->getImage($this->noImageFile);
15381 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
DSvg.php71 private $imageProcessor; variable in Mpdf\\Image\\Svg
180 ImageProcessor $imageProcessor, argument
190 $this->imageProcessor = $imageProcessor;
286 …$info = $this->imageProcessor->getImage($srcpath, true, false, $orig_srcpath, $this->mpdf->interpo…