Searched refs:gdImageGif (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/main/ |
H A D | php_compat.h | 273 #define gdImageGif php_gd_gdImageGif macro
|
/PHP-5.3/ext/gd/libgd/ |
H A D | gd_gif_out.c | 110 void gdImageGif (gdImagePtr im, FILE * outFile) in gdImageGif() function
|
H A D | gd.h | 465 void gdImageGif(gdImagePtr im, FILE *out);
|
/PHP-5.3/ext/gd/ |
H A D | config.m4 | 235 …PHP_CHECK_LIBRARY(gd, gdImageGif, [AC_DEFINE(HAVE_GD_GIF_CREATE, 1, [ ])], [], […
|
H A D | gd.c | 2801 _php_image_output(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_GIF, "GIF", gdImageGif); in PHP_FUNCTION()
|
Completed in 34 milliseconds