Searched refs:PngInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 35 struct PngInfo { struct 36 ~PngInfo() { in ~PngInfo() argument 102 static bool readPng(IDiagnostics* diag, png_structp readPtr, png_infop infoPtr, PngInfo* outInfo) { in readPng() 230 static void analyze_image(IDiagnostics* diag, const PngInfo& imageInfo, int grayscaleTolerance, in analyze_image() 412 static bool writePng(IDiagnostics* diag, png_structp writePtr, png_infop infoPtr, PngInfo* info, in writePng() 850 static void getOutline(PngInfo* image) { in getOutline() 940 static bool do9Patch(PngInfo* image, std::string* outError) { in do9Patch() 1214 PngInfo pngInfo = {}; in process()
|