Searched refs:gdImageFillToBorder (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/main/ |
H A D | php_compat.h | 264 #define gdImageFillToBorder php_gd_gdImageFillToBorder macro
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd.h | 669 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
|
H A D | gd.c | 1741 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() function 1801 gdImageFillToBorder(im, i, y - 1, border, color); in gdImageFillToBorder() 1818 gdImageFillToBorder(im, i, y + 1, border, color); in gdImageFillToBorder()
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 3263 gdImageFillToBorder(im, x, y, border, col); in PHP_FUNCTION()
|
Completed in 28 milliseconds