Searched refs:gdNewDynamicCtx (Results 1 – 11 of 11) sorted by relevance
/PHP-7.0/ext/gd/libgd/ |
H A D | gdtest.c | 79 ctx = gdNewDynamicCtx (sz, iptr); in main() 112 ctx = gdNewDynamicCtx (sz, iptr); in main() 147 ctx = gdNewDynamicCtx (sz, iptr); in main()
|
H A D | gd_webp.c | 182 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtr() 193 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWebpPtrEx()
|
H A D | gd_wbmp.c | 204 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageWBMPPtr()
|
H A D | gd_gd.c | 275 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGdPtr()
|
H A D | gd_io_dp.c | 65 gdIOCtx * gdNewDynamicCtx (int initialSize, void *data) in gdNewDynamicCtx() function
|
H A D | gd_png.c | 437 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtr() 448 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImagePngPtrEx()
|
H A D | gd_gif_out.c | 103 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageGifPtr()
|
H A D | gd_jpeg.c | 154 gdIOCtx *out = gdNewDynamicCtx (2048, NULL); in gdImageJpegPtr()
|
H A D | gd.h | 751 gdIOCtx* gdNewDynamicCtx(int, void*);
|
H A D | gd_gd2.c | 843 gdIOCtx *out = gdNewDynamicCtx(2048, NULL); in gdImageGd2Ptr()
|
/PHP-7.0/main/ |
H A D | php_compat.h | 324 #define gdNewDynamicCtx php_gd_gdNewDynamicCtx macro
|
Completed in 39 milliseconds