Home
last modified time | relevance | path

Searched refs:imagesetpixel (Results 1 – 12 of 12) sorted by relevance

/PHP-5.6/ext/gd/tests/
H A Dcopy.phpt12 imagesetpixel($src_tc, 3,3, 0xff0000);
13 imagesetpixel($src_tc, 0,0, 0x0000ff);
14 imagesetpixel($src_tc, 4,4, 0x00ff00);
32 imagesetpixel($src_tc, 3,3, 0xff0000);
33 imagesetpixel($src_tc, 0,0, 0x0000ff);
61 imagesetpixel($src_tc, 3,3, $c1);
62 imagesetpixel($src_tc, 0,0, $c2);
63 imagesetpixel($src_tc, 4,4, $c3);
90 imagesetpixel($src_tc, 3,3, $c1);
91 imagesetpixel($src_tc, 0,0, $c2);
[all …]
H A Dimageflip.phpt12 imagesetpixel($im, 0, 0, 0xFF);
13 imagesetpixel($im, 0, 98, 0x00FF00);
14 imagesetpixel($im, 98, 0, 0xFF0000);
15 imagesetpixel($im, 98, 98, 0x0000FF);
H A Dcolorat.phpt13 imagesetpixel($im, 3,3, 0x0);
27 imagesetpixel($im, 3,3, $c2);
H A Dcreatefromstring.phpt14 imagesetpixel($im, 3,3, 0x0);
34 imagesetpixel($im, 3,3, $c2);
H A Dbug72709.phpt11 imagesetpixel($im, 0, 0, IMG_COLOR_STYLED);
H A Dbug77270.phpt13 imagesetpixel($img2, 0, 0, 255);
H A Dimagewbmp.phpt13 imagesetpixel($im, 3,3, 0x0);
H A Dlibgd00186.phpt22 imagesetpixel($im,$i,$i,IMG_COLOR_TILED);
H A Dbug53156.phpt17 imagesetpixel($img, $x, $y, $red);
H A Dbug24594.phpt21 imagesetpixel($tile,$x,$y,$black);
/PHP-5.6/ext/gd/
H A Dphp_gd.h180 PHP_FUNCTION(imagesetpixel);
H A Dgd.c995 PHP_FE(imagesetpixel, arginfo_imagesetpixel)
3123 PHP_FUNCTION(imagesetpixel) in PHP_FUNCTION() argument

Completed in 46 milliseconds