Searched refs:scale_x (Results 1 – 10 of 10) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fastps.l2.class.php | 12 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument 23 $scale_x, $scale_y,
|
H A D | output._interface.class.php | 45 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } argument
|
H A D | output.pdflib.class.php | 135 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument 143 pdf_scale($this->pdf, $scale_x, $scale_y);
|
H A D | output.fastps.class.php | 133 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument 140 $size_x * $scale_x ,
|
H A D | output.pcl.class.php | 272 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } argument
|
H A D | output.png.class.php | 346 function image_scaled($image, $x, $y, $scale_x, $scale_y) { argument 355 $dx = $sx*$scale_x;
|
H A D | output.fpdf.class.php | 290 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 D | phpthumb.functions.php | 305 $scale_x = 1; 308 $scale_x = ($maxwidth / $width); 313 $scale = min($scale_x, $scale_y);
|
H A D | phpthumb.class.php | 3208 …$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 D | Mpdf.php | 7276 $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) . ' ';
|