Searched refs:gdImageWBMPCtx (Results 1 – 4 of 4) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_wbmp.c | 94 void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) in gdImageWBMPCtx() function 194 gdImageWBMPCtx(im, fg, out); in gdImageWBMP() 205 gdImageWBMPCtx(im, fg, out); in gdImageWBMPPtr()
|
H A D | gd.h | 599 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
|
/PHP-5.6/main/ |
H A D | php_compat.h | 321 #define gdImageWBMPCtx php_gd_gdImageWBMPCtx macro
|
/PHP-5.6/ext/gd/ |
H A D | gd.c | 2796 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WBM, "WBMP", gdImageWBMPCtx… in PHP_FUNCTION() 4474 gdImageWBMPCtx (im_dest, black, out); in _php_image_bw_convert()
|
Completed in 33 milliseconds