Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dgd.stub.php58 function imagecopyresampled(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument
246 function imagecopy(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x, int … argument
248 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… argument
250 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… argument
252 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)
438 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0)
449 ZEND_ARG_OBJ_INFO(0, src_image, GdImage, 0)

Completed in 10 milliseconds