OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Nonfatal
(Results
1 - 2
of
2
) sorted by null
/external/skia/dm/
DMSrcSink.cpp
99
return Error::
Nonfatal
("Testing non-565 to 565 is uninteresting.");
114
return Error::
Nonfatal
(SkStringPrintf("Could not create brd for %s.", fPath.c_str()));
118
return Error::
Nonfatal
("Cannot convert to color type.");
125
return Error::
Nonfatal
("Scaling very small images is uninteresting.");
135
return Error::
Nonfatal
("Cannot convert to color type.");
143
return Error::
Nonfatal
("Divisor is larger than image dimension.");
191
return Error::
Nonfatal
("Cannot convert to color type.");
349
return Error::
Nonfatal
("Skip testing non-opaque images to 565.");
380
return Error::
Nonfatal
("Testing non-565 to 565 is uninteresting.");
386
return Error::
Nonfatal
("Test without scaling is uninteresting.")
[
all
...]
DMSrcSink.h
40
static Error
Nonfatal
(const SkString& s) { return
Nonfatal
(s.c_str()); }
41
static Error
Nonfatal
(const char* s) {
Completed in 318 milliseconds