Searched refs:imagealphablending (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug38179.phpt | 13 imagealphablending($src, 0); 17 imagealphablending($dst_tc, 0);
|
H A D | bug39273.phpt | 12 imagealphablending($small, 0); 23 imagealphablending($img, false);
|
H A D | bug39366.phpt | 12 imagealphablending($im, 0);
|
H A D | imagecopyresampled_variation1.phpt | 17 imagealphablending($im, false); 30 imagealphablending($copy, false);
|
H A D | bug72913.phpt | 17 imagealphablending($dst, false);
|
H A D | bug27582_1.phpt | 12 imagealphablending($im, true);
|
H A D | bug66005.phpt | 11 imagealphablending($dest, false);
|
H A D | bug47946.phpt | 37 imagealphablending($im, false);
|
H A D | bug50194.phpt | 16 imagealphablending($im, false);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 576 ZEND_FUNCTION(imagealphablending); 711 ZEND_FE(imagealphablending, arginfo_imagealphablending)
|
H A D | gd.stub.php | 31 function imagealphablending(GdImage $image, bool $enable): bool {} function
|
H A D | gd.c | 971 PHP_FUNCTION(imagealphablending) in PHP_FUNCTION() argument
|
Completed in 46 milliseconds