Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dlines.phpt10 imagefill($im, 0,0, 0xffffff);
30 imagefill($im, 0,0, 0xffffff);
46 imagefill($im, 0,0, 0xffffff);
67 imagefill($im, 0,0, 0xffffff);
80 imagefill($im, 0,0, 0xffffff);
93 imagefill($im, 0,0, 0xffffff);
H A Dbug39508.phpt2 Bug #39508 (imagefill crashes with small images 3 pixels or less)
11 imagefill($im,0,0,$bgcolor);
H A Dimagefill_1.phpt2 imagefill() infinite loop with wrong color index
20 imagefill($im, 0,0,$white + 3);
H A Dbug51671.phpt2 Bug #51671 (imagefill does not work correctly for small images)
13 imagefill($im, 0, 0, $white);
H A Dbug60160.phpt2 Bug #60160 (imagefill does not work correctly for small images) @see bug51671
13 imagefill($im, 0, 0, $white);
H A Dbug67447.phpt14 imagefill($image, 0, 0, $red);
24 imagefill($image, 0, 0, $red);
H A Dcolorat.phpt12 imagefill($im, 0,0, 0xffffff);
26 imagefill($im, 0,0, $c1);
H A Ddashedlines.phpt10 imagefill($im, 0,0, 0xffffff);
34 imagefill($im, 0,0, 0xffffff);
55 imagefill($im, 0,0, 0xffffff);
H A Dcreatefromstring.phpt13 imagefill($im, 0,0, 0xffffff);
33 imagefill($im, 0,0, $c1);
H A Dbug39286.phpt2 Bug #39508 (imagefill crashes with small images 3 pixels or less)
H A Dbug38212.phpt11 imagefill($im1, 0,0, 0xffffff);
H A Dcopyresized.phpt20 imagefill($im,0,0, 0xffffff);
40 imagefill($src_tc, 0,0, 0xffffff);
H A Dbug24594.phpt28 imagefill($base,11,12,IMG_COLOR_TILED);
55 imagefill($base,0,0,IMG_COLOR_TILED);
H A Dbug61221.phpt14 imagefill($img, 0, 0, $blacktransparent);
H A Dbug38179.phpt14 imagefill($src, 0,0, $c1);
H A Dimagewbmp.phpt12 imagefill($im, 0,0, 0xffffff);
H A Dbug24155.phpt16 imagefill($im, 0, 0, (16777215 - 255));
H A Dbug40764.phpt14 imagefill($image, 0, 0, $white);
H A Dbug66005.phpt12 imagefill($dest, 1, 1, $transparent);
H A Dcopy.phpt11 imagefill($src_tc, 0,0, 0xffffff);
31 imagefill($src_tc, 0,0, 0xffffff);
/PHP-5.6/ext/gd/
H A Dphp_gd.h160 PHP_FUNCTION(imagefill);
H A Dgd.c984 PHP_FE(imagefill, arginfo_imagefill)
3288 PHP_FUNCTION(imagefill) in PHP_FUNCTION() argument
/PHP-5.6/
H A DNEWS5455 . Fixed bug #60160 (imagefill() doesn't work correctly
6632 - Fixed bug #51671 (imagefill does not work correctly for small images).
6696 - Fixed bug #51128 (imagefill() doesn't work with large images). (Pierre)
9565 - Fixed bug #39508 (imagefill crashes with small images 3 pixels or less).
9834 - Fixed infinite loop when a wrong color index is given to imagefill (Pierre)

Completed in 60 milliseconds