Searched refs:src_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 | 98 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0) 437 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0) 448 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0)
|
Completed in 9 milliseconds