Home
last modified time | relevance | path

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

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php628 var $tbrot_h; variable in Mpdf\\Mpdf
23342 …$this->tbrot_h = $table['margin']['T'] + $table['padding']['T'] + $table['max_cell_border_width'][…
23564 $this->tbrot_h += $this->y - $ya;
23836 $this->tbrot_h = $table['margin']['T'] + $table['max_cell_border_width']['T'];
23853 $this->tbrot_h = $this->y - $ya;
24545 $this->tbrot_h += $h;
24569 $this->tbrot_h += $table['margin']['B'] + $table['max_cell_border_width']['B'] / 2;
27230 $xadj = $this->tbrot_h; // align L (as is)
27234 $xadj = $lm - $this->tbrot_x0 + (($pw + $this->tbrot_h) / 2); // align C
27241 $xadj = $lm - $this->tbrot_x0 + ($pw - $this->tbrot_h); // align R
[all …]