Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DDirectWrite.php375 $this->mpdf->transformScale($fontwidth * 100, 100, $x, $y);
391 $this->mpdf->transformScale($fontwidth * 100, 100, $x, $y);
DMpdf.php7282 $tr2 .= $this->transformScale($scale_x, $scale_y, $cx, $cy, true) . ' ';
7285 $tr2 .= $this->transformScale($scale_x, 0, $cx, $cy, true) . ' ';
7288 $tr2 .= $this->transformScale(0, $scale_y, $cx, $cy, true) . ' ';
14639 $tmp = "q\n" . $this->transformScale(($shrink_f * 100), ($shrink_f * 100), $x, $y, true);
14650 $this->transformScale(($shrink_f * 100), ($shrink_f * 100), $x, $y);
24670 …$this->pages[$this->page] .= $this->transformScale(100, $ratio * 100, $x = '', $this->y0, true) . …
24789 …$this->pages[$this->page] .= $this->transformScale(100, $ratio * 100, $x = '', $this->y0, true) . …
26592 function transformScale($s_x, $s_y, $x = '', $y = '', $returnstring = false) function in Mpdf\\Mpdf