Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_webp.c16 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromWebp()
167 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebpEx()
174 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebp()
H A Dgd_wbmp.c174 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromWBMP()
195 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.c97 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromPng()
437 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePngEx()
444 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_jpeg.c152 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageJpeg()
295 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromJpegEx()
H A Dgd_gif_out.c112 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageGif()
H A Dgd_gif_in.c117 gdIOCtx *fd = gdNewFileCtx(fdFile); in gdImageCreateFromGif()
H A Dgd.h765 gdIOCtx* gdNewFileCtx(FILE*);
/PHP-7.2/main/
H A Dphp_compat.h346 #define gdNewFileCtx php_gd_gdNewFileCtx macro

Completed in 54 milliseconds