Searched defs:image_info (Results 1 – 1 of 1) sorted by relevance
36 struct image_info struct38 image_info() : rows(NULL), is9Patch(false), in image_info() argument41 ~image_info() { in ~image_info() argument56 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 …]