Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_png.c130 volatile png_bytep image_data = NULL; in gdImageCreateFromPngCtx() local
219 gdFree(image_data); in gdImageCreateFromPngCtx()
322 image_data = (png_bytep) safe_emalloc(rowbytes, height, 0); in gdImageCreateFromPngCtx()
328 row_pointers[h] = image_data + h * rowbytes; in gdImageCreateFromPngCtx()
412 gdFree(image_data); in gdImageCreateFromPngCtx()

Completed in 9 milliseconds