Home
last modified time | relevance | path

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

/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->interpolateImages);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php947 private $imageProcessor;
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);
944 private $imageProcessor; global() variable in Mpdf\\Mpdf
H A DServiceFactory.php79 $imageProcessor = new ImageProcessor(
102 $imageProcessor,
148 'imageProcessor' => $imageProcessor,
H A DTag.php58 private $imageProcessor;
74 * @param \Mpdf\Image\ImageProcessor $imageProcessor
86 ImageProcessor $imageProcessor,
98 $this->imageProcessor = $imageProcessor;
119 $this->imageProcessor,
61 private $imageProcessor; global() variable in Mpdf\\Tag
89 __construct(Mpdf $mpdf, Cache $cache, CssManager $cssManager, Form $form, Otl $otl, TableOfContents $tableOfContents, SizeConverter $sizeConverter, ColorConverter $colorConverter, ImageProcessor $imageProcessor, LanguageToFontInterface $languageToFont) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DColumns.php24 $this->imageProcessor,
H A DImg.php277 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath, $interpolation); // mPDF 6
279 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
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 DTag.php66 protected $imageProcessor; variable in Mpdf\\Tag\\Tag
95 ImageProcessor $imageProcessor, argument
107 $this->imageProcessor = $imageProcessor;