HomeSort by relevance Sort by last modified time
    Searched refs:fDither (Results 1 - 4 of 4) sorted by null

  /external/skia/bench/
SkBenchmark.cpp 21 fDither = SkTriState::kDefault;
53 if (SkTriState::kDefault != fDither) {
54 paint->setDither(SkTriState::kTrue == fDither);
SkBenchmark.h 91 fDither = state;
128 SkTriState::State fDither;
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 84 void setDither(bool dither) { fDither = dither; }
85 bool isDither() const { return fDither; }
136 fDither = paint.fDither;
224 bool fDither;
236 fDither = false;
  /external/skia/include/gpu/
GrPaint.h 84 void setDither(bool dither) { fDither = dither; }
85 bool isDither() const { return fDither; }
136 fDither = paint.fDither;
224 bool fDither;
236 fDither = false;

Completed in 28 milliseconds