Searched refs:fDither (Results 1 - 6 of 6) sorted by relevance

/external/skia/bench/
H A DSkBenchmark.cpp18 fDither = SkTriState::kDefault;
39 if (SkTriState::kDefault != fDither) {
40 paint->setDither(SkTriState::kTrue == fDither);
H A DSkBenchmark.h55 fDither = state;
88 SkTriState::State fDither; member in class:SkBenchmark
/external/skia/samplecode/
H A DSampleDecode.cpp16 bool fDither; member in struct:__anon12006
36 codec->setDitherImage(gRec[i].fDither);
/external/skia/include/gpu/
H A DGrPaint.h35 bool fDither; member in class:GrPaint
127 fDither = paint.fDither;
241 fDither = false;
/external/skia/src/gpu/
H A DSkGpuDevice.cpp423 grPaint->fDither = skPaint.isDither();
H A DGrContext.cpp1830 if (paint.fDither) {

Completed in 165 milliseconds