Searched refs:gdImageWebpCtx (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/gd/libgd/ |
H A D | gd_webp.c | 103 void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization) in gdImageWebpCtx() function 169 gdImageWebpCtx(im, out, quantization); in gdImageWebpEx() 176 gdImageWebpCtx(im, out, -1); in gdImageWebp() 184 gdImageWebpCtx(im, out, -1); in gdImageWebpPtr() 195 gdImageWebpCtx(im, out, quantization); in gdImageWebpPtrEx()
|
H A D | gd.h | 618 void gdImageWebpCtx (gdImagePtr im, gdIOCtx * outfile, int quantization);
|
/PHP-8.0/ext/gd/ |
H A D | gd.c | 1959 …hp_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageWebpCtx); in PHP_FUNCTION()
|
Completed in 26 milliseconds