Searched refs:gdImageGifCtx (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_out.c | 104 gdImageGifCtx (im, out); in gdImageGifPtr() 113 gdImageGifCtx (im, out); in gdImageGif() 117 void gdImageGifCtx(gdImagePtr im, gdIOCtxPtr out) in gdImageGifCtx() function
|
H A D | gd.h | 466 void gdImageGifCtx(gdImagePtr im, gdIOCtx *out);
|
/PHP-5.3/main/ |
H A D | php_compat.h | 274 #define gdImageGifCtx php_gd_gdImageGifCtx macro
|
/PHP-5.3/ext/gd/ |
H A D | config.m4 | 249 …PHP_CHECK_LIBRARY(gd, gdImageGifCtx, [AC_DEFINE(HAVE_GD_GIF_CTX, 1, [ ])], [], […
|
H A D | gd.c | 2799 _php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GIF, "GIF", gdImageGifCtx); in PHP_FUNCTION()
|
Completed in 30 milliseconds