Home
last modified time | relevance | path

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

/external/skia/dm/
DDMSrcSink.cpp99 return Error::Nonfatal("Testing non-565 to 565 is uninteresting."); in draw()
114 return Error::Nonfatal(SkStringPrintf("Could not create brd for %s.", fPath.c_str())); in draw()
118 return Error::Nonfatal("Cannot convert to color type."); in draw()
125 return Error::Nonfatal("Scaling very small images is uninteresting."); in draw()
135 return Error::Nonfatal("Cannot convert to color type."); in draw()
143 return Error::Nonfatal("Divisor is larger than image dimension."); in draw()
191 return Error::Nonfatal("Cannot convert to color type."); in draw()
349 return Error::Nonfatal("Skip testing non-opaque images to 565."); in test_gen()
380 return Error::Nonfatal("Testing non-565 to 565 is uninteresting."); in draw()
386 return Error::Nonfatal("Test without scaling is uninteresting."); in draw()
[all …]
DDMSrcSink.h40 static Error Nonfatal(const SkString& s) { return Nonfatal(s.c_str()); } in Nonfatal() function
41 static Error Nonfatal(const char* s) { in Nonfatal() function