Searched defs:gdImageFillToBorder (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | php_compat.h | 264 #define gdImageFillToBorder php_gd_gdImageFillToBorder macro
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.c | 1760 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) function 1810 gdImageFillToBorder(im, i, y - 1, border, color); 1827 gdImageFillToBorder(im, i, y + 1, border, color);
|
Completed in 9 milliseconds