Lines Matching defs:PngInfo
38 struct PngInfo { struct
39 ~PngInfo() { in ~PngInfo()
50 void* serialize9Patch() { in serialize9Patch()
57 uint32_t width = 0;
58 uint32_t height = 0;
59 std::vector<png_bytep> rows;
61 bool is9Patch = false;
62 android::Res_png_9patch info9Patch;
63 int32_t* xDivs = nullptr;
64 int32_t* yDivs = nullptr;
65 std::vector<uint32_t> colors;
68 bool haveLayoutBounds = false;
69 int32_t layoutBoundsLeft;
70 int32_t layoutBoundsTop;
71 int32_t layoutBoundsRight;
72 int32_t layoutBoundsBottom;
75 int32_t outlineInsetsLeft;
76 int32_t outlineInsetsTop;
77 int32_t outlineInsetsRight;
78 int32_t outlineInsetsBottom;
79 float outlineRadius;
80 uint8_t outlineAlpha;