/PHP-8.3/ext/gd/tests/ |
H A D | lines.phpt | 8 imagefill($im, 0,0, 0xffffff); 24 imagefill($im, 0,0, 0xffffff); 40 imagefill($im, 0,0, 0xffffff); 61 imagefill($im, 0,0, 0xffffff); 74 imagefill($im, 0,0, 0xffffff); 87 imagefill($im, 0,0, 0xffffff);
|
H A D | bug39508.phpt | 2 Bug #39508 (imagefill crashes with small images 3 pixels or less) 9 imagefill($im,0,0,$bgcolor);
|
H A D | imagefill_1.phpt | 2 imagefill() infinite loop with wrong color index 19 imagefill($im, 0,0,$white + 3);
|
H A D | bug51671.phpt | 2 Bug #51671 (imagefill does not work correctly for small images) 11 imagefill($im, 0, 0, $white);
|
H A D | imagecopymergegray_basic.phpt | 17 imagefill($des, 0, 0, $color_des); 18 imagefill($src, 0, 0, $color_src);
|
H A D | bug60160.phpt | 2 Bug #60160 (imagefill does not work correctly for small images) @see bug51671 11 imagefill($im, 0, 0, $white);
|
H A D | imagecopymerge_basic.phpt | 20 imagefill($des, 0, 0, $color_des); 21 imagefill($src, 0, 0, $color_src);
|
H A D | bug67447.phpt | 10 imagefill($image, 0, 0, $red); 20 imagefill($image, 0, 0, $red);
|
H A D | colorat.phpt | 10 imagefill($im, 0,0, 0xffffff); 24 imagefill($im, 0,0, $c1);
|
H A D | dashedlines.phpt | 8 imagefill($im, 0,0, 0xffffff); 32 imagefill($im, 0,0, 0xffffff); 53 imagefill($im, 0,0, 0xffffff);
|
H A D | createfromstring.phpt | 14 imagefill($im, 0,0, 0xffffff); 34 imagefill($im, 0,0, $c1);
|
H A D | bug61221.phpt | 12 imagefill($img, 0, 0, $blacktransparent);
|
H A D | bug38179.phpt | 12 imagefill($src, 0,0, $c1);
|
H A D | bug40764.phpt | 12 imagefill($image, 0, 0, $white);
|
H A D | imagewbmp-mb.phpt | 10 imagefill($im, 0,0, 0xffffff);
|
H A D | imagewbmp.phpt | 10 imagefill($im, 0,0, 0xffffff);
|
H A D | bug24155.phpt | 15 imagefill($im, 0, 0, (16777215 - 255));
|
H A D | copyresized.phpt | 18 imagefill($im,0,0, 0xffffff); 38 imagefill($src_tc, 0,0, 0xffffff);
|
H A D | bug24594.phpt | 24 imagefill($base,11,12,IMG_COLOR_TILED); 51 imagefill($base,0,0,IMG_COLOR_TILED);
|
H A D | bug38212-mb.phpt | 17 imagefill($im1, 0,0, 0xffffff);
|
H A D | bug38212.phpt | 17 imagefill($im1, 0,0, 0xffffff);
|
H A D | bug66005.phpt | 10 imagefill($dest, 1, 1, $transparent);
|
H A D | copy.phpt | 9 imagefill($src_tc, 0,0, 0xffffff); 29 imagefill($src_tc, 0,0, 0xffffff);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 677 ZEND_FUNCTION(imagefill); 818 ZEND_FE(imagefill, arginfo_imagefill)
|
H A D | gd.stub.php | 682 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} function
|