Home
last modified time | relevance | path

Searched defs:PngInfo (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/compile/
H A DPng.cpp38 struct PngInfo { struct
39 ~PngInfo() { in ~PngInfo()
50 void* serialize9Patch() { in serialize9Patch()
57 uint32_t width = 0;
58 uint32_t height = 0;
61 bool is9Patch = false;
63 int32_t* xDivs = nullptr;
64 int32_t* yDivs = nullptr;
70 int32_t layoutBoundsTop;
79 float outlineRadius;
[all …]