Searched refs:read_info (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt/ |
D | Images.cpp | 100 png_structp read_ptr, png_infop read_info, in read_png() argument 109 png_read_info(read_ptr, read_info); in read_png() 111 png_get_IHDR(read_ptr, read_info, &outImageInfo->width, in read_png() 125 if (png_get_valid(read_ptr, read_info, PNG_INFO_tRNS)) { in read_png() 141 png_read_update_info(read_ptr, read_info); in read_png() 148 png_set_rows(read_ptr, read_info, outImageInfo->rows); in read_png() 153 malloc(png_get_rowbytes(read_ptr, read_info)); in read_png() 158 png_read_end(read_ptr, read_info); in read_png() 168 png_get_IHDR(read_ptr, read_info, &outImageInfo->width, in read_png() 1323 static bool read_png_protected(png_structp read_ptr, String8& printableName, png_infop read_info, in read_png_protected() argument [all …]
|