Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php480 $width = $this->mpdf->pgwidth;
482 $width = $this->sizeConverter->convert($width, $this->mpdf->pgwidth);
484 $midpt = $this->mpdf->lMargin + ($this->mpdf->pgwidth / 2);
H A DFpdiTrait.php66 $this->pgwidth = $this->w - $this->lMargin - $this->rMargin;
H A DMpdf.php534 var $pgwidth;
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
540 var $pgwidth; global() variable in Mpdf\\Mpdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBlockTag.php740 $currblk['width'] = $this->mpdf->pgwidth - ($currblk['outer_right_margin'] + $currblk['outer_left_margin']);
758 $currblk['width'] = $this->mpdf->pgwidth - ($currblk['outer_right_margin'] + $currblk['outer_left_margin']);
759 $currblk['inner_width'] = $this->mpdf->pgwidth - ($currblk['outer_right_margin']