Searched defs:outImageInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp100 image_info* outImageInfo)
110 png_get_IHDR(read_ptr, read_info, &outImageInfo->width,
111 &outImageInfo->height, &bit_depth, &color_type,
142 outImageInfo->rows = (png_bytepp)malloc(
143 outImageInfo->height * sizeof(png_bytep));
144 outImageInfo->allocHeight = outImageInfo->height;
145 outImageInfo->allocRows = outImageInfo->rows;
147 png_set_rows(read_ptr, read_info, outImageInfo
98 read_png(const char* imageName, png_structp read_ptr, png_infop read_info, image_info* outImageInfo) argument
[all...]

Completed in 18 milliseconds