Searched refs:gdImageSetBrush (Results 1 – 6 of 6) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gddemo.c | 86 gdImageSetBrush (im_out, brush); in main()
|
H A D | gd.h | 574 void gdImageSetBrush(gdImagePtr im, gdImagePtr brush);
|
H A D | gd.c | 2736 void gdImageSetBrush (gdImagePtr im, gdImagePtr brush) in gdImageSetBrush() function
|
/PHP-5.3/main/ |
H A D | php_compat.h | 303 #define gdImageSetBrush php_gd_gdImageSetBrush macro
|
/PHP-5.3/ext/gd/ |
H A D | config.m4 | 243 …PHP_CHECK_LIBRARY(gd, gdImageSetBrush, [AC_DEFINE(HAVE_GD_IMAGESETBRUSH, 1, [ ])], [], […
|
H A D | gd.c | 2175 gdImageSetBrush(im, tile); in PHP_FUNCTION()
|
Completed in 27 milliseconds