Searched defs:PngInfo (Results 1 – 1 of 1) sorted by relevance
35 struct PngInfo { struct36 ~PngInfo() { in ~PngInfo()47 void* serialize9Patch() { in serialize9Patch()54 uint32_t width = 0;55 uint32_t height = 0;56 std::vector<png_bytep> rows;58 bool is9Patch = false;59 android::Res_png_9patch info9Patch;60 int32_t* xDivs = nullptr;61 int32_t* yDivs = nullptr;[all …]