Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgdtest.c79 ctx = gdNewDynamicCtx (sz, iptr); in main()
112 ctx = gdNewDynamicCtx (sz, iptr); in main()
147 ctx = gdNewDynamicCtx (sz, iptr); in main()
H A Dgd_webp.c183 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtr()
194 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtrEx()
H A Dgd_wbmp.c218 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWBMPPtr()
H A Dgd_gd.c275 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGdPtr()
H A Dgd_io_dp.c65 gdIOCtx * gdNewDynamicCtx (int initialSize, void *data) in gdNewDynamicCtx() function
H A Dgd_png.c457 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr()
468 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtrEx()
H A Dgd_gif_out.c106 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageGifPtr()
H A Dgd_jpeg.c156 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr()
H A Dgd.h770 gdIOCtx* gdNewDynamicCtx(int, void*);
H A Dgd_gd2.c844 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGd2Ptr()
H A Dgd_bmp.c69 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageBmpPtr()
/PHP-7.4/main/
H A Dphp_compat.h348 #define gdNewDynamicCtx php_gd_gdNewDynamicCtx macro

Completed in 49 milliseconds