Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp37 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;
[all …]