Searched refs:image_scaled (Results 1 – 8 of 8) sorted by relevance
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fastps.l2.class.php | 9 $this->image_scaled($image, $x, $y, $scale, $scale); 12 function image_scaled($image, $x, $y, $scale_x, $scale_y) { function in OutputDriverFastPSLevel2
|
H A D | output._interface.class.php | 45 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } function in OutputDriver
|
H A D | output.pcl.class.php | 272 function image_scaled($image, $x, $y, $scale_x, $scale_y) { } function in OutputDriverPCL
|
H A D | output.png.class.php | 343 $this->image_scaled($image, $x, $y, $scale, $scale); 346 function image_scaled($image, $x, $y, $scale_x, $scale_y) { function in OutputDriverPNG
|
H A D | box.img.php | 340 $driver->image_scaled($this->image,
|
H A D | output.pdflib.class.php | 135 function image_scaled($image, $x, $y, $scale_x, $scale_y) { function in OutputDriverPdflib
|
H A D | output.fastps.class.php | 133 function image_scaled($image, $x, $y, $scale_x, $scale_y) { function in OutputDriverFastPS
|
H A D | output.fpdf.class.php | 290 function image_scaled($image, $x, $y, $scale_x, $scale_y) { function in OutputDriverFPDF
|