Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php1153 $this->mpdf->maxPosR = max($this->mpdf->maxPosR, $this->mpdf->x + $this->mpdf->table[1][1]['w']);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php315 var $maxPosR;
6864 $this->maxPosR = max($this->maxPosR, ($this->w - $this->rMargin - $this->blk[$this->blklvl]['outer_right_margin'] - $empty));
8646 $this->maxPosR = max($this->maxPosR, ($this->w - $this->rMargin - $this->blk[$this->blklvl]['outer_right_margin']));
14401 $this->maxPosR = 0;
14404 $inner_w = $this->maxPosR - $this->lMargin;
322 var $maxPosR; global() variable in Mpdf\\Mpdf