Searched refs:imagecolortransparent (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | bug72512_1.phpt | 15 imagecolortransparent($img, -1000000); 17 imagecolortransparent($img, 9);
|
H A D | bug72512.phpt | 14 imagecolortransparent($img, -1000000); 16 imagecolortransparent($img, 9);
|
H A D | bug39273.phpt | 9 imagecolortransparent($small, 0); 20 imagecolortransparent($img, 0);
|
H A D | bug72298.phpt | 8 imagecolortransparent($img, 0);
|
H A D | bug72512_0.phpt | 16 imagecolortransparent($img, -10066304);
|
H A D | bug39366.phpt | 16 imagecolortransparent($rotate,0);
|
H A D | bug36697-mb.phpt | 12 imagecolortransparent($im, $trans_color);
|
H A D | bug36697.phpt | 12 imagecolortransparent($im, $trans_color);
|
H A D | libgd00186.phpt | 17 imagecolortransparent($tile,$blue);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 679 ZEND_FUNCTION(imagecolortransparent); 820 ZEND_FE(imagecolortransparent, arginfo_imagecolortransparent)
|
H A D | gd.stub.php | 686 function imagecolortransparent(GdImage $image, ?int $color = null): int {} function
|
H A D | gd.c | 2518 PHP_FUNCTION(imagecolortransparent) in PHP_FUNCTION() argument
|
Completed in 23 milliseconds