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