Searched refs:gdImageFill (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/gd/tests/ |
H A D | bug43121.phpt | 2 Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd)
|
/PHP-5.3/ext/gd/libgd/ |
H A D | testac.c | 95 gdImageFill (im_out, (int) (gdImageSX (im_in) * scale / 2), in testDrawing()
|
H A D | gddemo.c | 68 gdImageFill (im_out, 8, 8, blue); in main()
|
H A D | gd_filter.c | 251 gdImageFill(srcback, 0, 0, new_pxl); in gdImageConvolution()
|
H A D | gd.h | 545 void gdImageFill(gdImagePtr im, int x, int y, int color);
|
H A D | gd.c | 1858 void gdImageFill(gdImagePtr im, int x, int y, int nc) in gdImageFill() function
|
/PHP-5.3/main/ |
H A D | php_compat.h | 258 #define gdImageFill php_gd_gdImageFill macro
|
/PHP-5.3/ext/gd/ |
H A D | gd.c | 3347 gdImageFill(im, x, y, col); in PHP_FUNCTION()
|
Completed in 62 milliseconds