Searched refs:kDither_StateBit (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrRODrawState.h247 kDither_StateBit = 0x01, enumerator in enum:GrRODrawState::StateBits
283 bool isDitherState() const { return 0 != (fFlagBits & kDither_StateBit); }
H A DGrDrawState.cpp211 this->setState(GrDrawState::kDither_StateBit, paint.isDither());
/external/skia/src/gpu/
H A DGrDrawState.h723 kDither_StateBit = 0x01, enumerator in enum:GrDrawState::StateBits
792 return 0 != (fCommon.fFlagBits & kDither_StateBit);
H A DGrDrawState.cpp57 this->setState(GrDrawState::kDither_StateBit, paint.isDither());

Completed in 1525 milliseconds