Searched refs:imagesetpixel (Results 1 – 18 of 18) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | copy.phpt | 10 imagesetpixel($src_tc, 3,3, 0xff0000); 11 imagesetpixel($src_tc, 0,0, 0x0000ff); 12 imagesetpixel($src_tc, 4,4, 0x00ff00); 30 imagesetpixel($src_tc, 3,3, 0xff0000); 31 imagesetpixel($src_tc, 0,0, 0x0000ff); 59 imagesetpixel($src_tc, 3,3, $c1); 60 imagesetpixel($src_tc, 0,0, $c2); 61 imagesetpixel($src_tc, 4,4, $c3); 88 imagesetpixel($src_tc, 3,3, $c1); 89 imagesetpixel($src_tc, 0,0, $c2); [all …]
|
H A D | imageflip.phpt | 10 imagesetpixel($im, 0, 0, 0xFF); 11 imagesetpixel($im, 0, 98, 0x00FF00); 12 imagesetpixel($im, 98, 0, 0xFF0000); 13 imagesetpixel($im, 98, 98, 0x0000FF);
|
H A D | colorat.phpt | 11 imagesetpixel($im, 3,3, 0x0); 25 imagesetpixel($im, 3,3, $c2);
|
H A D | createfromstring.phpt | 15 imagesetpixel($im, 3,3, 0x0); 35 imagesetpixel($im, 3,3, $c2);
|
H A D | bug72709.phpt | 16 imagesetpixel($im, 0, 0, IMG_COLOR_STYLED);
|
H A D | bug79615.phpt | 10 imagesetpixel($im, $x, $y, imagecolorallocate($im, $x, $y, 0));
|
H A D | bug77270.phpt | 16 imagesetpixel($img2, 0, 0, 255);
|
H A D | imagewbmp-mb.phpt | 11 imagesetpixel($im, 3,3, 0x0);
|
H A D | imagewbmp.phpt | 11 imagesetpixel($im, 3,3, 0x0);
|
H A D | libgd00186.phpt | 20 imagesetpixel($im,$i,$i,IMG_COLOR_TILED);
|
H A D | bug53156.phpt | 18 imagesetpixel($img, $x, $y, $red);
|
H A D | bug77198_threshold.phpt | 16 imagesetpixel($im, $x, $y, 0x000000);
|
H A D | bug77198_auto.phpt | 16 imagesetpixel($im, $x, $y, 0x000000);
|
H A D | imagecopyresampled_variation1.phpt | 22 imagesetpixel($im, $i, $j, ($i%2 != $j%2 ? $solid : $transparent));
|
H A D | bug24594.phpt | 17 imagesetpixel($tile,$x,$y,$black);
|
/PHP-8.3/ext/gd/ |
H A D | gd_arginfo.h | 669 ZEND_FUNCTION(imagesetpixel); 810 ZEND_FE(imagesetpixel, arginfo_imagesetpixel)
|
H A D | gd.stub.php | 666 function imagesetpixel(GdImage $image, int $x, int $y, int $color): bool {} function
|
H A D | gd.c | 2323 PHP_FUNCTION(imagesetpixel) in PHP_FUNCTION() argument
|
Completed in 33 milliseconds