Searched refs:gdImageJpegCtx (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_jpeg.c | 147 gdImageJpegCtx (im, out, quality); in gdImageJpeg() 155 gdImageJpegCtx (im, out, quality); in gdImageJpegPtr() 164 void gdImageJpegCtx (gdImagePtr im, gdIOCtx * outfile, int quality) in gdImageJpegCtx() function
|
H A D | gd.h | 611 void gdImageJpegCtx(gdImagePtr im, gdIOCtx *out, int quality);
|
/PHP-7.0/main/ |
H A D | php_compat.h | 279 #define gdImageJpegCtx php_gd_gdImageJpegCtx macro
|
/PHP-7.0/ext/gd/ |
H A D | gd.c | 2722 …_php_image_output_ctx(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_JPG, "JPEG", gdImageJpegCtx… in PHP_FUNCTION()
|
Completed in 26 milliseconds