Home
last modified time | relevance | path

Searched refs:src_image (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/gd/
H A Dgd.stub.php45 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument
202 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument
204 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument
206 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument
208 function imagecopyresized(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_… argument
H A Dgd_arginfo.h98 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0)
423 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0)
434 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0)

Completed in 15 milliseconds