Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp36 struct PngInfo { struct
37 ~PngInfo() { in ~PngInfo()
48 void* serialize9Patch() { in serialize9Patch()
55 uint32_t width = 0;
56 uint32_t height = 0;
57 std::vector<png_bytep> rows;
59 bool is9Patch = false;
60 android::Res_png_9patch info9Patch;
61 int32_t* xDivs = nullptr;
62 int32_t* yDivs = nullptr;
[all …]