Lines Matching defs:error
48 SkCodecPrintf("Error: unable to read ico directory header.\n");
55 SkCodecPrintf("Error: No images embedded in ico.\n");
64 SkCodecPrintf("Error: unable to read ico directory entries.\n");
162 SkCodecPrintf("Error: could not find any valid embedded ico codecs.\n");
208 // At least one image will have smaller error than this initial value
214 float error = SkTAbs(((float) (width * height)) - desiredSize);
215 if (error < minError) {
216 minError = error;
244 // On a fatal error, keep trying to find an image to decode
256 SkCodecPrintf("Error: No matching candidate image in ico.\n");