Searched refs:gdImageAvifCtx (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/gd/libgd/ |
H A D | gd_avif.c | 491 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed) in gdImageAvifCtx() function 625 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifEx() 644 gdImageAvifCtx(im, out, quality, speed); in gdImageAvifPtrEx()
|
H A D | gd.h | 648 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed);
|
/PHP-8.4/ext/gd/ |
H A D | gd.c | 2051 gdImageAvifCtx(im, ctx, (int) quality, (int) speed); in PHP_FUNCTION()
|
Completed in 19 milliseconds