Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp36 struct PngInfo { struct
37 ~PngInfo() { in ~PngInfo() argument
103 static bool readPng(png_structp readPtr, png_infop infoPtr, PngInfo* outInfo, in readPng()
232 static void analyze_image(SourceLogger* logger, const PngInfo& imageInfo, int grayscaleTolerance, in analyze_image()
414 static bool writePng(png_structp writePtr, png_infop infoPtr, PngInfo* info, in writePng()
852 static void getOutline(PngInfo* image) { in getOutline()
942 static bool do9Patch(PngInfo* image, std::string* outError) { in do9Patch()
1217 PngInfo pngInfo = {}; in process()