Home
last modified time | relevance | path

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

/PHP-7.0/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.c182 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtr()
193 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtrEx()
H A Dgd_wbmp.c204 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.c437 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr()
448 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtrEx()
H A Dgd_gif_out.c103 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageGifPtr()
H A Dgd_jpeg.c154 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr()
H A Dgd.h751 gdIOCtx* gdNewDynamicCtx(int, void*);
H A Dgd_gd2.c843 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGd2Ptr()
/PHP-7.0/main/
H A Dphp_compat.h324 #define gdNewDynamicCtx php_gd_gdNewDynamicCtx macro

Completed in 40 milliseconds