Home
last modified time | relevance | path

Searched refs:gdNewFileCtx (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_webp.c17 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromWebp()
168 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebpEx()
175 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebp()
H A Dgd_wbmp.c186 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromWBMP()
207 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWBMP()
H A Dgd_gd.c147 in = gdNewFileCtx(inFile); in gdImageCreateFromGd()
267 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageGd()
H A Dgd_io_file.c49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx() function
H A Dgd_png.c102 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromPng()
442 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePngEx()
449 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePng()
H A Dgd_gd2.c247 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromGd2()
425 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromGd2Part()
834 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageGd2()
H A Dgd_bmp.c82 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageBmp()
111 if ((out = (gdIOCtxPtr)gdNewFileCtx(tmpfile_for_compression)) == NULL) { in gdImageBmpCtx()
415 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromBmp()
H A Dgd_tga.c33 gdIOCtx* in = gdNewFileCtx(fp); in gdImageCreateFromTga()
H A Dgd_jpeg.c148 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageJpeg()
301 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromJpegEx()
H A Dgd_gif_out.c118 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageGif()
H A Dgd_gif_in.c117 gdIOCtx *fd = gdNewFileCtx(fdFile); in gdImageCreateFromGif()
H A Dgd.h769 gdIOCtx* gdNewFileCtx(FILE*);
/PHP-7.4/main/
H A Dphp_compat.h350 #define gdNewFileCtx php_gd_gdNewFileCtx macro

Completed in 41 milliseconds