Lines Matching defs:image_info
37 struct image_info struct
39 image_info() : rows(NULL), is9Patch(false), in image_info() function
42 ~image_info() { in ~image_info() argument
57 void* serialize9patch() { in serialize9patch()
63 png_uint_32 width;
64 png_uint_32 height;
65 png_bytepp rows;
68 bool is9Patch;
69 Res_png_9patch info9Patch;
70 int32_t* xDivs;
71 int32_t* yDivs;
72 uint32_t* colors;
75 bool haveLayoutBounds;
76 int32_t layoutBoundsLeft;
77 int32_t layoutBoundsTop;
101 image_info* outImageInfo) in read_png() argument