Searched refs:gdImageWBMP (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_wbmp.c | 205 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 | 603 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
|
/PHP-7.4/main/ |
H A D | php_compat.h | 344 #define gdImageWBMP php_gd_gdImageWBMP macro
|
/PHP-7.4/ext/gd/ |
H A D | gd.c | 2720 gdImageWBMP(im, q, fp); in _php_image_output() 2756 gdImageWBMP(im, q, tmp); in _php_image_output() 4352 gdImageWBMP(im_dest, black , dest); in _php_image_convert()
|
Completed in 27 milliseconds