Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/gd/tests/
H A Dlines.phpt10 imagefill($im, 0,0, 0xffffff);
26 imagefill($im, 0,0, 0xffffff);
42 imagefill($im, 0,0, 0xffffff);
63 imagefill($im, 0,0, 0xffffff);
76 imagefill($im, 0,0, 0xffffff);
89 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 Dimagecopymergegray_basic.phpt19 imagefill($des, 0, 0, $color_des);
20 imagefill($src, 0, 0, $color_src);
H A Dimagecopymerge_basic.phpt22 imagefill($des, 0, 0, $color_des);
23 imagefill($src, 0, 0, $color_src);
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 Dbug61221.phpt14 imagefill($img, 0, 0, $blacktransparent);
H A Dbug38179.phpt14 imagefill($src, 0,0, $c1);
H A Dimagewbmp-mb.phpt12 imagefill($im, 0,0, 0xffffff);
H A Dimagewbmp.phpt12 imagefill($im, 0,0, 0xffffff);
H A Dbug24594.phpt28 imagefill($base,11,12,IMG_COLOR_TILED);
55 imagefill($base,0,0,IMG_COLOR_TILED);
H A Dcopyresized.phpt20 imagefill($im,0,0, 0xffffff);
40 imagefill($src_tc, 0,0, 0xffffff);
H A Dbug24155.phpt16 imagefill($im, 0, 0, (16777215 - 255));
H A Dbug38212-mb.phpt13 imagefill($im1, 0,0, 0xffffff);
H A Dbug38212.phpt13 imagefill($im1, 0,0, 0xffffff);
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-8.0/ext/gd/
H A Dgd_arginfo.h657 ZEND_FUNCTION(imagefill);
792 ZEND_FE(imagefill, arginfo_imagefill)
H A Dgd.stub.php176 function imagefill(GdImage $image, int $x, int $y, int $color): bool {} function

Completed in 23 milliseconds

12