Searched refs:gdImageWBMP (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_wbmp.c | 191 void gdImageWBMP (gdImagePtr im, int fg, FILE * outFile) in gdImageWBMP() function
|
H A D | gdtest.c | 318 gdImageWBMP (im, foreground, out); in main()
|
H A D | gd.h | 598 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
|
/PHP-5.6/main/ |
H A D | php_compat.h | 320 #define gdImageWBMP php_gd_gdImageWBMP macro
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 2642 gdImageWBMP(im, q, fp); in _php_image_output() 2694 gdImageWBMP(im, q, tmp); in _php_image_output() 4665 gdImageWBMP(im_dest, black , dest); in _php_image_convert()
|
Completed in 78 milliseconds