Home
last modified time | relevance | path

Searched refs:scale_x (Results 1 – 10 of 10) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.l2.class.php12 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument
23 $scale_x, $scale_y,
H A Doutput._interface.class.php45 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } argument
H A Doutput.pdflib.class.php135 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument
143 pdf_scale($this->pdf, $scale_x, $scale_y);
H A Doutput.fastps.class.php133 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument
140 $size_x * $scale_x ,
H A Doutput.pcl.class.php272 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } argument
H A Doutput.png.class.php346 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument
355 $dx = $sx*$scale_x;
H A Doutput.fpdf.class.php290 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument
294 …$this->pdf->Image($tmpname, $x, $y - $image->sy() * $scale_y, $image->sx() * $scale_x, $image->sy(…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php305 $scale_x = 1;
308 $scale_x = ($maxwidth / $width);
313 $scale = min($scale_x, $scale_y);
H A Dphpthumb.class.php3208 …$scale_x = phpthumb_functions::ScaleToFitInBox(imagesx($this->gdimg_output), imagesx($this->gdimg_…
3211 …$scale_x = phpthumb_functions::ScaleToFitInBox(imagesx($this->gdimg_output), imagesy($this->gdimg_…
3212 $scale_y = $scale_x;
3214 …tretch ? 'with' : 'without').' stretch) by a factor of "'.number_format($scale_x, 4).' x '.number_…
3215 if (($scale_x > 1) || ($scale_x < 1) || ($scale_y > 1) || ($scale_y < 1)) {
3218 …if ($this->gdimg_output = phpthumb_functions::ImageCreateFunction($scale_x * imagesx($img_temp), $…
3223 …$this->DebugMessage('ImageCreateFunction('.($scale_x * imagesx($img_temp)).', '.($scale_y * images…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php7276 $scale_x = $vv[0] * 100;
7280 $scale_y = $scale_x;
7282 $tr2 .= $this->transformScale($scale_x, $scale_y, $cx, $cy, true) . ' ';
7284 $scale_x = $vv[0] * 100;
7285 $tr2 .= $this->transformScale($scale_x, 0, $cx, $cy, true) . ' ';