Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php55 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
96 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
119 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
162 $wmax = ($w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR));
192 $wmax = $w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR);
215 $wmax = $w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR);
252 $wmax = $w - ($this->mpdf->cMarginL + $this->mpdf->cMarginR);
H A DMpdf.php771 var $cMarginR; // cell margin Right
1317 $this->cMarginR = 1;
2932 $bak_cmr = $this->cMarginR;
3019 $this->cMarginR = $bak_cmr;
3032 $bak_cmr = $this->cMarginR;
3314 $this->cMarginR = $bak_cmr;
5135 $dx = $w - $this->cMarginR - $stringWidth - $lcpaddingR;
5897 $wmax = ($w - ($this->cMarginL + $this->cMarginR));
6502 $this->cMarginR = $this->blk[$this->blklvl]['border_right']['w'];
6825 list($jcharspacing, $jws, $jkashida) = $this->GetJspacing($nb_carac, $nb_spaces, ($maxWidth - $lastitalic - $contentWidth - $WidthCorrection - (($this->cMarginL + $this->cMarginR) * Mpd
770 var $cMarginR; // cell margin Right global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTable.php738 $this->mpdf->cMarginR = 0;
1202 $this->mpdf->cMarginR = 0;