Searched refs:imagecopymerge (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | imagecopymerge_basic.phpt | 2 Testing imagecopymerge() of GD library 23 var_dump(imagecopymerge($des, $src, 20, 20, 0, 0, 50, 50, 75));
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 680 ZEND_FUNCTION(imagecopymerge); 816 ZEND_FE(imagecopymerge, arginfo_imagecopymerge)
|
H A D | gd.stub.php | 710 function imagecopymerge(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $src_x,… function
|
H A D | gd.c | 3133 PHP_FUNCTION(imagecopymerge) in PHP_FUNCTION() argument
|
Completed in 29 milliseconds