Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php66 protected $imageProcessor; variable in Mpdf\\Tag\\Tag
95 ImageProcessor $imageProcessor, argument
107 $this->imageProcessor = $imageProcessor;
H A DColumns.php24 $this->imageProcessor,
H A DInput.php218 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
220 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
H A DMeter.php232 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
234 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
H A 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/
H A DTag.php58 private $imageProcessor; variable in Mpdf\\Tag
86 ImageProcessor $imageProcessor, argument
98 $this->imageProcessor = $imageProcessor;
119 $this->imageProcessor,
H A DServiceFactory.php79 $imageProcessor = new ImageProcessor(
102 $imageProcessor,
148 'imageProcessor' => $imageProcessor,
H A 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/
H A 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…