HomeSort by relevance Sort by last modified time
    Searched refs:ErrorCombination (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/gm/
gm_error.h 82 class ErrorCombination {
84 ErrorCombination() : fBitfield(0) {}
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
95 * Adds this ErrorType to this ErrorCombination.
102 * Adds all ErrorTypes in "other" to this ErrorCombination.
104 void add(const ErrorCombination other) {
109 * Returns true iff this ErrorCombination includes this ErrorType.
117 * ErrorCombination.
136 * Returns a new ErrorCombination, which includes the union of all
137 * ErrorTypes in two ErrorCombination objects (this and other)
    [all...]
gmmain.cpp 197 const static ErrorCombination kDefaultIgnorableErrorTypes = ErrorCombination()
294 static ErrorCombination write_bitmap(const SkString& path, const SkBitmap& bitmap) {
304 return ErrorCombination(kWritingReferenceImage_ErrorType);
369 void RecordTestResults(const ErrorCombination& errorCombination,
372 // Things to do regardless of errorCombination.
379 if (errorCombination.isEmpty()) {
388 if (errorCombination.includes(type)) {
460 static ErrorCombination write_document(const SkString& path, SkStreamAsset* asset)
    [all...]
  /external/skia/gm/
gm_error.h 82 class ErrorCombination {
84 ErrorCombination() : fBitfield(0) {}
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
95 * Adds this ErrorType to this ErrorCombination.
102 * Adds all ErrorTypes in "other" to this ErrorCombination.
104 void add(const ErrorCombination other) {
109 * Returns true iff this ErrorCombination includes this ErrorType.
117 * ErrorCombination.
136 * Returns a new ErrorCombination, which includes the union of all
137 * ErrorTypes in two ErrorCombination objects (this and other)
    [all...]
gmmain.cpp 197 const static ErrorCombination kDefaultIgnorableErrorTypes = ErrorCombination()
294 static ErrorCombination write_bitmap(const SkString& path, const SkBitmap& bitmap) {
304 return ErrorCombination(kWritingReferenceImage_ErrorType);
369 void RecordTestResults(const ErrorCombination& errorCombination,
372 // Things to do regardless of errorCombination.
379 if (errorCombination.isEmpty()) {
388 if (errorCombination.includes(type)) {
460 static ErrorCombination write_document(const SkString& path, SkStreamAsset* asset)
    [all...]

Completed in 234 milliseconds