Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDrawState.h722 kDither_StateBit = 0x01, enumerator
791 return 0 != (fCommon.fFlagBits & kDither_StateBit); in isDitherState()
DGrDrawState.cpp57 this->setState(GrDrawState::kDither_StateBit, paint.isDither()); in setFromPaint()
/external/chromium_org/third_party/skia/src/gpu/
DGrDrawState.h722 kDither_StateBit = 0x01, enumerator
791 return 0 != (fCommon.fFlagBits & kDither_StateBit); in isDitherState()
DGrDrawState.cpp57 this->setState(GrDrawState::kDither_StateBit, paint.isDither()); in setFromPaint()