Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php600 var $tbrot_x0; variable in Mpdf\\Mpdf
21927 $this->tbrot_x0 = $this->x;
22422 …$this->tbrot_x0 = $this->lMargin + $this->blk[$this->blklvl]['outer_left_margin'] + $this->blk[$th…
25023 $xadj = $lm - $this->tbrot_x0 + ($pw); // align R
25025 $xadj = $lm - $this->tbrot_x0 + (($pw + $this->tbrot_h) / 2); // align C
25035 $xadj = $lm - $this->tbrot_x0 + ($pw - $this->tbrot_h); // align R
25037 $xadj = $lm - $this->tbrot_x0 + (($pw - $this->tbrot_h) / 2); // align C
25045 …$this->pages[$this->page] .= $this->transformRotate($this->table_rotate, $this->tbrot_x0, $this->t…
25056 $ax = ($v[0] / Mpdf::SCALE) - $this->tbrot_x0;
25060 $bx = $this->tbrot_x0 + $xadj - $ay - $h;
[all …]