Lines Matching defs:image_info
38 struct image_info struct
40 image_info() : rows(NULL), is9Patch(false), in image_info() function
43 ~image_info() { in ~image_info() argument
58 void* serialize9patch() { in serialize9patch()
64 png_uint_32 width;
65 png_uint_32 height;
66 png_bytepp rows;
69 bool is9Patch;
70 Res_png_9patch info9Patch;
71 int32_t* xDivs;
72 int32_t* yDivs;
73 uint32_t* colors;
76 bool haveLayoutBounds;
77 int32_t layoutBoundsLeft;
78 int32_t layoutBoundsTop;
102 image_info* outImageInfo) in read_png() argument