Home | History | Annotate | Download | only in include

Lines Matching refs:fFlagBits

174         uint32_t                fFlagBits;
428 return 0 != (fCurrDrawState.fFlagBits & kDither_StateBit);
432 return 0 != (fCurrDrawState.fFlagBits & kAntialias_StateBit);
436 return 0 != (fCurrDrawState.fFlagBits & kClip_StateBit);
440 return 0 != (fCurrDrawState.fFlagBits & kNoColorWrites_StateBit);