Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php480 $width = $this->mpdf->pgwidth;
482 $width = $this->sizeConverter->convert($width, $this->mpdf->pgwidth);
484 $midpt = $this->mpdf->lMargin + ($this->mpdf->pgwidth / 2);
DFpdiTrait.php66 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
DMpdf.php534 var $pgwidth; variable in Mpdf\\Mpdf
1313 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
8907 $maxw = $this->pgwidth;
8948 $x = ($this->lMargin + ($this->pgwidth) / 2) - ($w / 2);
8986 $maxw = $this->pgwidth;
9702 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
9776 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
10179 $ret = $this->SetBackground($bg, $this->pgwidth);
10241 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
10290 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DBlockTag.php740 …$currblk['width'] = $this->mpdf->pgwidth - ($currblk['outer_right_margin'] + $currblk['outer_left_…
758 …$currblk['width'] = $this->mpdf->pgwidth - ($currblk['outer_right_margin'] + $currblk['outer_left_…
759 $currblk['inner_width'] = $this->mpdf->pgwidth - ($currblk['outer_right_margin']