Searched refs:imagecopymergegray (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/gd/tests/ |
H A D | imagecopymergegray_basic.phpt | 2 Testing imagecopymergegray() of GD library 20 var_dump(imagecopymergegray($des, $src, 20, 20, 0, 0, 50, 50, 75));
|
/php-src/ext/gd/ |
H A D | gd_arginfo.h | 681 ZEND_FUNCTION(imagecopymergegray); 817 ZEND_FE(imagecopymergegray, arginfo_imagecopymergegray)
|
H A D | gd.stub.php | 712 function imagecopymergegray(GdImage $dst_image, GdImage $src_image, int $dst_x, int $dst_y, int $sr… function
|
H A D | gd.c | 3144 PHP_FUNCTION(imagecopymergegray) in PHP_FUNCTION() argument
|
Completed in 30 milliseconds