Searched refs:gdImagePngCtxEx (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/ext/gd/libgd/ |
H A D | gd_png.c | 443 gdImagePngCtxEx(im, out, level, basefilter); in gdImagePngEx() 450 gdImagePngCtxEx(im, out, -1, -1); in gdImagePng() 458 gdImagePngCtxEx(im, out, -1, -1); in gdImagePngPtr() 469 gdImagePngCtxEx(im, out, level, basefilter); in gdImagePngPtrEx() 477 gdImagePngCtxEx(im, outfile, -1, -1); in gdImagePngCtx() 484 void gdImagePngCtxEx (gdImagePtr im, gdIOCtx * outfile, int level, int basefilter) in gdImagePngCtxEx() function
|
H A D | gd.h | 601 void gdImagePngCtxEx(gdImagePtr im, gdIOCtx * out, int level, int basefilter);
|
/PHP-7.4/main/ |
H A D | php_compat.h | 311 #define gdImagePngCtxEx php_gd_gdImagePngCtxEx macro
|
/PHP-7.4/ext/gd/ |
H A D | gd.c | 2806 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_PNG, "PNG", gdImagePngCtxEx… in PHP_FUNCTION()
|
Completed in 24 milliseconds