Searched refs:gdNewFileCtx (Results 1 – 11 of 11) sorted by relevance
172 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromWBMP()193 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWBMP()
30 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromWebp()110 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebpEx()117 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageWebp()
147 in = gdNewFileCtx(inFile); in gdImageCreateFromGd()267 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageGd()
49 gdIOCtx * gdNewFileCtx (FILE * f) in gdNewFileCtx() function
96 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromPng()422 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePngEx()429 gdIOCtx *out = gdNewFileCtx(outFile); in gdImagePng()
246 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromGd2()424 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromGd2Part()833 gdIOCtx *out = gdNewFileCtx(outFile); in gdImageGd2()
146 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageJpeg()284 gdIOCtx *in = gdNewFileCtx(inFile); in gdImageCreateFromJpegEx()
112 gdIOCtx *out = gdNewFileCtx (outFile); in gdImageGif()
116 gdIOCtx *fd = gdNewFileCtx(fdFile); in gdImageCreateFromGif()
752 gdIOCtx* gdNewFileCtx(FILE*);
326 #define gdNewFileCtx php_gd_gdNewFileCtx macro
Completed in 34 milliseconds