Home
last modified time | relevance | path

Searched defs:image_info (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
DImages.cpp36 struct image_info struct
38 image_info() : rows(NULL), is9Patch(false), in image_info() argument
41 ~image_info() { in ~image_info() argument
56 void* serialize9patch() { in serialize9patch()
62 png_uint_32 width;
63 png_uint_32 height;
64 png_bytepp rows;
67 bool is9Patch;
68 Res_png_9patch info9Patch;
69 int32_t* xDivs;
[all …]