Lines Matching defs:PngInfo
35 struct PngInfo { struct
36 ~PngInfo() { in ~PngInfo()
47 void* serialize9Patch() { in serialize9Patch()
54 uint32_t width = 0;
55 uint32_t height = 0;
56 std::vector<png_bytep> rows;
58 bool is9Patch = false;
59 android::Res_png_9patch info9Patch;
60 int32_t* xDivs = nullptr;
61 int32_t* yDivs = nullptr;
62 std::vector<uint32_t> colors;
65 bool haveLayoutBounds = false;
66 int32_t layoutBoundsLeft;
67 int32_t layoutBoundsTop;
68 int32_t layoutBoundsRight;
69 int32_t layoutBoundsBottom;
72 int32_t outlineInsetsLeft;
73 int32_t outlineInsetsTop;
74 int32_t outlineInsetsRight;
75 int32_t outlineInsetsBottom;
76 float outlineRadius;
77 uint8_t outlineAlpha;