Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php53 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
95 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
118 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
161 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
191 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
214 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
251 $w = $this->mpdf->w - $this->mpdf->rMargin - $this->mpdf->x;
H A DFpdiTrait.php66 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
H A DMpdf.php768 var $rMargin; // right margin
1313 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
1712 $this->rMargin = $right;
1728 $this->rMargin = $this->DefrMargin;
1733 $this->rMargin = $this->DeflMargin;
1737 $this->rMargin = $this->DefrMargin;
1763 $this->rMargin = $margin;
4810 $w = $this->w - $this->rMargin - $this->x;
5894 $w = $this->w - $this->rMargin - $this->x;
6864 $this->maxPosR = max($this->maxPosR, ($this->w - $this->rMargin
767 var $rMargin; // right margin global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdfTplTrait.php235 'rMargin' => $this->rMargin,
257 $this->SetRightMargin($this->w - $width + $this->rMargin);
280 $this->rMargin = $state['rMargin'];
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php960 var $rMargin; //right margin variable in FPDF
1650 $this->rMargin=$right;
1670 $this->rMargin=$margin;
2154 $w=$this->w-$this->rMargin-$this->x;
2222 $w=$this->w-$this->rMargin-$this->x;
2333 $w=$this->w-$this->rMargin-$this->x;
2354 $w=$this->w-$this->rMargin-$this->x;
2371 $w=$this->w-$this->rMargin-$this->x;
2390 $w=$this->w-$this->rMargin-$this->x;