Searched refs:imagecolortransparent (Results 1 – 12 of 12) sorted by relevance
/PHP-8.0/ext/gd/tests/ |
H A D | bug72512_1.phpt | 14 imagecolortransparent($img, -1000000); 16 imagecolortransparent($img, 9);
|
H A D | bug72512.phpt | 13 imagecolortransparent($img, -1000000); 15 imagecolortransparent($img, 9);
|
H A D | bug39273.phpt | 11 imagecolortransparent($small, 0); 22 imagecolortransparent($img, 0);
|
H A D | bug72298.phpt | 10 imagecolortransparent($img, 0);
|
H A D | bug72512_0.phpt | 15 imagecolortransparent($img, -10066304);
|
H A D | bug39366.phpt | 15 imagecolortransparent($rotate,0);
|
H A D | bug36697-mb.phpt | 16 imagecolortransparent($im, $trans_color);
|
H A D | bug36697.phpt | 16 imagecolortransparent($im, $trans_color);
|
H A D | libgd00186.phpt | 19 imagecolortransparent($tile,$blue);
|
/PHP-8.0/ext/gd/ |
H A D | gd_arginfo.h | 659 ZEND_FUNCTION(imagecolortransparent); 794 ZEND_FE(imagecolortransparent, arginfo_imagecolortransparent)
|
H A D | gd.stub.php | 180 function imagecolortransparent(GdImage $image, ?int $color = null): int {} function
|
H A D | gd.c | 2582 PHP_FUNCTION(imagecolortransparent) in PHP_FUNCTION() argument
|
Completed in 21 milliseconds