Searched refs:imageProcessor (Results 1 – 9 of 9) sorted by relevance
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | Tag.php | 66 protected $imageProcessor; variable in Mpdf\\Tag\\Tag 95 ImageProcessor $imageProcessor, argument 107 $this->imageProcessor = $imageProcessor;
|
H A D | Columns.php | 24 $this->imageProcessor,
|
H A D | Input.php | 218 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath); 220 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
|
H A D | Meter.php | 232 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath); 234 $info = $this->imageProcessor->getImage($this->mpdf->noImageFile);
|
H A D | Img.php | 277 …$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 D | Tag.php | 61 private $imageProcessor; variable in Mpdf\\Tag 89 ImageProcessor $imageProcessor, argument 101 $this->imageProcessor = $imageProcessor; 122 $this->imageProcessor,
|
H A D | ServiceFactory.php | 82 $imageProcessor = new ImageProcessor( 105 $imageProcessor, 151 'imageProcessor' => $imageProcessor,
|
H A D | Mpdf.php | 944 private $imageProcessor; variable in Mpdf\\Mpdf 8815 $info = $this->imageProcessor->getImage($file, true, $allowvector, $orig_srcpath); 8817 $info = $this->imageProcessor->getImage($this->noImageFile); 15320 $info = $this->imageProcessor->getImage($srcpath, true, true, $orig_srcpath);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A D | Svg.php | 71 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…
|