Home | History | Annotate | Download | only in compile

Lines Matching refs:PngInfo

37 struct PngInfo {
38 ~PngInfo() {
107 PngInfo* outInfo) {
247 static void analyze_image(IDiagnostics* diag, const PngInfo& imageInfo,
434 png_infop infoPtr, PngInfo* info, int grayScaleTolerance) {
886 static void getOutline(PngInfo* image) {
976 static bool do9Patch(PngInfo* image, std::string* outError) {
1255 PngInfo pngInfo = {};
1275 if (!readPng(mDiag, readPtr, infoPtr, &pngInfo)) {
1281 if (!do9Patch(&pngInfo, &errorMsg)) {
1306 if (!writePng(mDiag, writePtr, writeInfoPtr, &pngInfo,