Home
last modified time | relevance | path

Searched refs:imagefill (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.1/ext/gd/tests/
H A Dlines.phpt8 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 Dbug39508.phpt2 Bug #39508 (imagefill crashes with small images 3 pixels or less)
9 imagefill($im,0,0,$bgcolor);
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
19 imagefill($im, 0,0,$white + 3);
H A Dbug51671.phpt2 Bug #51671 (imagefill does not work correctly for small images)
11 imagefill($im, 0, 0, $white);
H A Dbug60160.phpt2 Bug #60160 (imagefill does not work correctly for small images) @see bug51671
11 imagefill($im, 0, 0, $white);
H A Dimagecopymergegray_basic.phpt17 imagefill($des, 0, 0, $color_des);
18 imagefill($src, 0, 0, $color_src);
H A Dimagecopymerge_basic.phpt20 imagefill($des, 0, 0, $color_des);
21 imagefill($src, 0, 0, $color_src);
H A Dbug67447.phpt10 imagefill($image, 0, 0, $red);
20 imagefill($image, 0, 0, $red);
H A Dcolorat.phpt10 imagefill($im, 0,0, 0xffffff);
24 imagefill($im, 0,0, $c1);
H A Ddashedlines.phpt8 imagefill($im, 0,0, 0xffffff);
32 imagefill($im, 0,0, 0xffffff);
53 imagefill($im, 0,0, 0xffffff);
H A Dcreatefromstring.phpt14 imagefill($im, 0,0, 0xffffff);
34 imagefill($im, 0,0, $c1);
H A Dbug61221.phpt12 imagefill($img, 0, 0, $blacktransparent);
H A Dbug38179.phpt12 imagefill($src, 0,0, $c1);
H A Dbug40764.phpt12 imagefill($image, 0, 0, $white);
H A Dimagewbmp-mb.phpt10 imagefill($im, 0,0, 0xffffff);
H A Dimagewbmp.phpt10 imagefill($im, 0,0, 0xffffff);
H A Dbug24155.phpt15 imagefill($im, 0, 0, (16777215 - 255));
H A Dbug24594.phpt24 imagefill($base,11,12,IMG_COLOR_TILED);
51 imagefill($base,0,0,IMG_COLOR_TILED);
H A Dcopyresized.phpt18 imagefill($im,0,0, 0xffffff);
38 imagefill($src_tc, 0,0, 0xffffff);
H A Dbug38212-mb.phpt17 imagefill($im1, 0,0, 0xffffff);
H A Dbug38212.phpt17 imagefill($im1, 0,0, 0xffffff);
H A Dbug66005.phpt10 imagefill($dest, 1, 1, $transparent);
H A Dcopy.phpt9 imagefill($src_tc, 0,0, 0xffffff);
29 imagefill($src_tc, 0,0, 0xffffff);
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h678 ZEND_FUNCTION(imagefill);
819 ZEND_FE(imagefill, arginfo_imagefill)
H A Dgd.stub.php220 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} function

Completed in 34 milliseconds

12