Home
last modified time | relevance | path

Searched refs:gdRealloc (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgdhelpers.h17 #define gdRealloc(ptr, size) erealloc(ptr, size) macro
H A Dgd_webp.c75 temp = gdRealloc(filedata, size+GD_WEBP_ALLOC_STEP); in gdImageCreateFromWebpCtx()
H A Dgd_io_dp.c333 if ((newPtr = gdRealloc(dp->data, required))) { in gdReallocDynamic()
H A Dgd_topal.c1930 cquantize->fserrors = gdRealloc(cquantize->fserrors, arraysize);
H A Dgd.c2653 im->polyInts = (int *) gdRealloc(im->polyInts, sizeof(int) * im->polyAllocated); in gdImageFilledPolygon()

Completed in 22 milliseconds