Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 7 of 7) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dps.l2.image.encoder.stream.inc.php9 $size_x = imagesx($image->get_handle());
10 $size_y = imagesy($image->get_handle());
13 imagecopymerge($dest_img, $image->get_handle(), 0, 0, 0, 0, $size_x, $size_y, 100);
H A Dps.l3.image.encoder.stream.inc.php11 if (imagecolortransparent($src_img->get_handle()) == -1) {
12 …$id = $this->solid($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), $mask);
16 …$id = $this->transparent($psdata, $src_img->get_handle(), $size_x, $size_y, $image->get_handle(), …
H A Dps.image.encoder.simple.inc.php19 $src_img->get_handle(),
22 $image->get_handle(),
28 $src_img->get_handle(),
31 $image->get_handle(),
H A Doutput.pdflib.class.php128 imagepng($image->get_handle(), $tmpname);
137 imagepng($image->get_handle(), $tmpname);
153 imagepng($image->get_handle(), $tmpname);
176 imagepng($image->get_handle(), $tmpname);
199 imagepng($image->get_handle(), $tmpname);
H A Doutput.png.class.php359 imagecopyresampled($this->_image, $image->get_handle(),
380 imagecopyresampled($this->_image, $image->get_handle(),
405 imagecopyresampled($this->_image, $image->get_handle(),
434 $image->get_handle(),
H A Dimage.class.php31 function get_handle() { function in Image
H A Doutput.fpdf.class.php416 imagepng($image->get_handle(), $filename);
422 imagejpeg($image->get_handle(), $filename);