Searched defs:speed (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/gd/libgd/ |
H A D | gd_avif.c | 485 void gdImageAvifCtx(gdImagePtr im, gdIOCtx *outfile, int quality, int speed) in gdImageAvifCtx() 597 void gdImageAvifEx(gdImagePtr im, FILE *outFile, int quality, int speed) in gdImageAvifEx() 612 void * gdImageAvifPtrEx(gdImagePtr im, int *size, int quality, int speed) in gdImageAvifPtrEx()
|
/PHP-8.1/ext/pspell/ |
H A D | pspell.c | 184 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local 277 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION() local
|
/PHP-8.1/ext/gd/ |
H A D | gd.stub.php | 142 function imageavif(GdImage $image, $file = null, int $quality = -1, int $speed = -1): bool {}
|
H A D | gd.c | 4233 zend_long quality = -1, basefilter = -1, speed = -1; in _php_image_output_ctx() local
|
Completed in 43 milliseconds