HomeSort by relevance Sort by last modified time
    Searched full:fbitfield (Results 1 - 1 of 1) sorted by null

  /external/skia/gm/
gm_error.h 81 ErrorCombination() : fBitfield(0) {}
82 ErrorCombination(const ErrorType type) : fBitfield(1 << type) {}
88 return (0 == this->fBitfield);
95 this->fBitfield |= (1 << type);
102 this->fBitfield |= other.fBitfield;
109 return !(0 == (this->fBitfield & (1 << type)));
138 retval.fBitfield = this->fBitfield | other.fBitfield;
    [all...]

Completed in 687 milliseconds