Home
last modified time | relevance | path

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

/PHP-5.3/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_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.c435 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr()
446 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtrEx()
H A Dgd_gif_out.c103 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageGifPtr()
H A Dgd.h627 gdIOCtx* gdNewDynamicCtx(int, void*);
H A Dgd_jpeg.c150 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr()
H A Dgd_gd2.c822 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGd2Ptr()
/PHP-5.3/main/
H A Dphp_compat.h324 #define gdNewDynamicCtx php_gd_gdNewDynamicCtx macro
/PHP-5.3/ext/gd/
H A Dgd.c125 #define gdNewDynamicCtxEx(len, data, val) gdNewDynamicCtx(len, data)

Completed in 32 milliseconds