gdImageWBMP      2834 ext/gd/gd.c    				gdImageWBMP(im, q, fp);
gdImageWBMP      2892 ext/gd/gd.c    				gdImageWBMP(im, q, tmp);
gdImageWBMP      3007 ext/gd/gd.c    	_php_image_output(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WBM, "WBMP", gdImageWBMP);
gdImageWBMP      4893 ext/gd/gd.c    	gdImageWBMP (im_dest, black, out);
gdImageWBMP      5080 ext/gd/gd.c    	gdImageWBMP(im_dest, black , dest);
gdImageWBMP       468 ext/gd/libgd/gd.h void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
gdImageWBMP       318 ext/gd/libgd/gdtest.c       gdImageWBMP (im, foreground, out);