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

  /external/chromium_org/third_party/skia/gm/
gm_error.h 84 ErrorCombination() : fBitfield(0) {}
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
91 return (0 == this->fBitfield);
98 this->fBitfield |= (1 << type);
105 this->fBitfield |= other.fBitfield;
112 return !(0 == (this->fBitfield & (1 << type)));
141 retval.fBitfield = this->fBitfield | other.fBitfield;
    [all...]
  /external/skia/gm/
gm_error.h 84 ErrorCombination() : fBitfield(0) {}
85 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
91 return (0 == this->fBitfield);
98 this->fBitfield |= (1 << type);
105 this->fBitfield |= other.fBitfield;
112 return !(0 == (this->fBitfield & (1 << type)));
141 retval.fBitfield = this->fBitfield | other.fBitfield;
    [all...]

Completed in 852 milliseconds