Searched refs:image_data (Results 1 – 1 of 1) sorted by relevance
130 volatile png_bytep image_data = NULL; in gdImageCreateFromPngCtx() local220 gdFree(image_data); in gdImageCreateFromPngCtx()323 image_data = (png_bytep) safe_emalloc(rowbytes, height, 0); in gdImageCreateFromPngCtx()329 row_pointers[h] = image_data + h * rowbytes; in gdImageCreateFromPngCtx()414 gdFree(image_data); in gdImageCreateFromPngCtx()
Completed in 6 milliseconds