Home
last modified time | relevance | path

Searched refs:imageError (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
H A DAssetImportMessage.php66 public function setImageError(ImageError $imageError) argument
68 $this->imageError = $imageError;
75 return $this->imageError;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php151 return $this->imageError($file, $firsttime, 'File contains an invalid stream. Only ' . implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.');
154 return $this->imageError($orig_srcpath, $firsttime, 'File contains an invalid stream. Only ' . implode(', ', $wrapperChecker->getWhitelistedStreamWrappers()) . ' streams are allowed.');
166 return $this->imageError($file, $firsttime, 'Unknown image variable');
212 return $this->imageError($file, $firsttime, '');
250 return $this->imageError($file, $firsttime, 'Could not find image file');
258 return $this->imageError($file, $firsttime, 'WMF or SVG image file not supported in this context');
273 return $this->imageError($file, $firsttime, 'Error parsing SVG file');
287 return $this->imageError($file, $firsttime, 'Missing GD support for WEBP images.');
295 return $this->imageError($file, $firsttime, 'Error creating temporary file (' . $tempfile . ') when using GD library to parse WEBP image');
312 return $this->imageError(
1404 private function imageError($file, $firsttime, $msg) global() function in Mpdf\\Image\\ImageProcessor
[all...]