Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php602 var $tbrot_h; variable in Mpdf\\Mpdf
21930 …$this->tbrot_h = $table['margin']['T'] + $table['padding']['T'] + $table['border_details']['T']['w…
21932 …$this->tbrot_h = $table['margin']['T'] + $table['padding']['T'] + $table['max_cell_border_width'][…
22154 $this->tbrot_h += $this->y - $ya;
22424 …$this->tbrot_h = $table['margin']['T'] + $table['padding']['T'] + $table['border_details']['T']['w…
22426 $this->tbrot_h = $table['margin']['T'] + $table['max_cell_border_width']['T'];
22443 $this->tbrot_h = $this->y - $ya;
23135 $this->tbrot_h += $h;
23157 …$this->tbrot_h += $table['margin']['B'] + $table['padding']['B'] + $table['border_details']['B']['…
23159 $this->tbrot_h += $table['margin']['B'] + $table['max_cell_border_width']['B'] / 2;
[all …]