Searched defs:PngInfo (Results 1 – 1 of 1) sorted by relevance
37 struct PngInfo { struct38 ~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 …]