Searched refs:imagealphablending (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug38179.phpt | 11 imagealphablending($src, 0); 15 imagealphablending($dst_tc, 0);
|
H A D | bug39273.phpt | 10 imagealphablending($small, 0); 21 imagealphablending($img, false);
|
H A D | imagecopyresampled_variation1.phpt | 15 imagealphablending($im, false); 28 imagealphablending($copy, false);
|
H A D | bug39366.phpt | 13 imagealphablending($im, 0);
|
H A D | bug72913.phpt | 15 imagealphablending($dst, false);
|
H A D | bug27582_1.phpt | 10 imagealphablending($im, true);
|
H A D | bug66005.phpt | 9 imagealphablending($dest, false);
|
H A D | bug47946.phpt | 38 imagealphablending($im, false);
|
H A D | bug50194.phpt | 17 imagealphablending($im, false);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 590 ZEND_FUNCTION(imagealphablending); 731 ZEND_FE(imagealphablending, arginfo_imagealphablending)
|
H A D | gd.stub.php | 507 function imagealphablending(GdImage $image, bool $enable): bool {} function
|
H A D | gd.c | 873 PHP_FUNCTION(imagealphablending) in PHP_FUNCTION() argument
|
Completed in 31 milliseconds