Searched refs:gdImagePngCtxEx (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/gd/libgd/ |
H A D | gd_png.c | 421 gdImagePngCtxEx(im, out, level, basefilter); in gdImagePngEx() 428 gdImagePngCtxEx(im, out, -1, -1); in gdImagePng() 436 gdImagePngCtxEx(im, out, -1, -1); in gdImagePngPtr() 447 gdImagePngCtxEx(im, out, level, basefilter); in gdImagePngPtrEx() 455 gdImagePngCtxEx(im, outfile, -1, -1); in gdImagePngCtx() 462 void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int basefilter) in gdImagePngCtxEx() function
|
H A D | gd.h | 476 void gdImagePngCtxEx(gdImagePtr im, gdIOCtx * out, int level, int basefilter);
|
/PHP-5.4/main/ |
H A D | php_compat.h | 287 #define gdImagePngCtxEx php_gd_gdImagePngCtxEx macro
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 2853 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG, "PNG", gdImagePngCtxEx… in PHP_FUNCTION()
|
Completed in 70 milliseconds