Searched defs:gdImageFilledRectangle (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | php_compat.h | 262 #define gdImageFilledRectangle php_gd_gdImageFilledRectangle macro
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 1058 gdImageFilledRectangle(im, x1, y - thickhalf, x2, y + im->thick - thickhalf - 1, col); 1077 gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); 2107 void gdImageFilledRectangle (gdImagePtr im, int x1, int y1, int x2, int y2, int color) function
|
Completed in 9 milliseconds