image_data        130 ext/gd/libgd/gd_png.c 	volatile png_bytep image_data = NULL;
image_data        220 ext/gd/libgd/gd_png.c 		gdFree(image_data);
image_data        323 ext/gd/libgd/gd_png.c 	image_data = (png_bytep) safe_emalloc(rowbytes, height, 0);
image_data        329 ext/gd/libgd/gd_png.c 		row_pointers[h] = image_data + h * rowbytes;
image_data        414 ext/gd/libgd/gd_png.c 	gdFree(image_data);