Searched refs:PngInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Png.cpp | 36 struct PngInfo { struct 37 ~PngInfo() { in ~PngInfo() argument 101 static bool readPng(IDiagnostics* diag, png_structp readPtr, png_infop infoPtr, PngInfo* outInfo) { in readPng() 239 static void analyze_image(IDiagnostics* diag, const PngInfo& imageInfo, int grayscaleTolerance, in analyze_image() 419 static bool writePng(IDiagnostics* diag, png_structp writePtr, png_infop infoPtr, PngInfo* info, in writePng() 842 static void getOutline(PngInfo* image) { in getOutline() 925 static bool do9Patch(PngInfo* image, std::string* outError) { in do9Patch() 1195 PngInfo pngInfo = {}; in process()
|