Searched refs:dst_image (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 521 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument 708 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument 710 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument 712 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument 714 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… argument
|
H A D | gd_arginfo.h | 97 ZEND_ARG_OBJ_INFO(0, dst_image, GdImage, 0) 436 ZEND_ARG_OBJ_INFO(0, dst_image, GdImage, 0) 447 ZEND_ARG_OBJ_INFO(0, dst_image, GdImage, 0)
|
Completed in 8 milliseconds