Home
last modified time | relevance | path

Searched refs:fullImageHeight (Results 1 – 4 of 4) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInput.php277 if ($this->mpdf->fullImageHeight) {
278 $maxHeight = $this->mpdf->fullImageHeight;
H A DMeter.php265 if ($this->mpdf->fullImageHeight) {
266 $maxHeight = $this->mpdf->fullImageHeight;
H A DImg.php368 if ($this->mpdf->fullImageHeight) {
369 $maxHeight = $this->mpdf->fullImageHeight;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php307 var $fullImageHeight;
1188 $this->fullImageHeight = false;
8994 if ($this->fullImageHeight) {
8995 $h = $this->fullImageHeight;
9105 if ($this->fullImageHeight) {
9106 $maxHeight = $this->fullImageHeight;
13924 $this->fullImageHeight = $this->h;
14755 $this->fullImageHeight = false;
314 var $fullImageHeight; global() variable in Mpdf\\Mpdf