HomeSort by relevance Sort by last modified time
    Searched defs:ErrorCombination (Results 1 - 2 of 2) 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...]
  /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...]

Completed in 117 milliseconds