Home
last modified time | relevance | path

Searched refs:kwt_height (Results 1 – 3 of 3) sorted by relevance

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DTable.php758 $this->mpdf->kwt_height = 0;
773 …brot_maxw = $this->mpdf->h - ($this->mpdf->y + $this->mpdf->bMargin + 5) - $this->mpdf->kwt_height;
909 …brot_maxw = $this->mpdf->h - ($this->mpdf->y + $this->mpdf->bMargin + 5) - $this->mpdf->kwt_height;
929 …brot_maxw = $this->mpdf->h - ($this->mpdf->y + $this->mpdf->bMargin + 5) - $this->mpdf->kwt_height;
947 …brot_maxw = $this->mpdf->h - ($this->mpdf->y + $this->mpdf->bMargin + 5) - $this->mpdf->kwt_height;
1065 …brot_maxw = $this->mpdf->h - ($this->mpdf->y + $this->mpdf->bMargin + 5) - $this->mpdf->kwt_height;
1083 …brot_maxw = $this->mpdf->h - ($this->mpdf->y + $this->mpdf->bMargin + 5) - $this->mpdf->kwt_height;
1103 …brot_maxw = $this->mpdf->h - ($this->mpdf->y + $this->mpdf->bMargin + 5) - $this->mpdf->kwt_height;
1168 $this->mpdf->kwt_height = 0;
DBlockTag.php782 $this->mpdf->kwt_height = 0;
1133 $this->mpdf->kwt_height = $this->mpdf->y - $this->mpdf->kwt_y0;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php432 var $kwt_height; variable in Mpdf\\Mpdf
1212 $this->kwt_height = 0;
20325 $temppgheight = ($this->h - $this->bMargin - $this->tMargin) - $this->kwt_height;
20326 $remainingpage = ($this->h - $this->bMargin - $this->y) - $this->kwt_height;
25318 $this->y += $this->kwt_height;