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

  /external/chromium_org/third_party/skia/bench/
Benchmark.cpp 19 fDither = SkTriState::kDefault;
50 if (SkTriState::kDefault != fDither) {
51 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 81 fDither = state;
112 SkTriState::State fDither;
GradientBench.cpp 206 bool fDither;
239 fDither = false;
249 fDither = dither;
272 if (fDither) {
  /external/skia/bench/
Benchmark.cpp 21 fDither = SkTriState::kDefault;
49 if (SkTriState::kDefault != fDither) {
50 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 88 fDither = state;
120 SkTriState::State fDither;
GradientBench.cpp 206 bool fDither;
240 fDither = false;
250 fDither = dither;
273 if (fDither) {
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 84 void setDither(bool dither) { fDither = dither; }
85 bool isDither() const { return fDither; }
131 fDither = paint.fDither;
220 bool fDither;
232 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;
  /external/chromium_org/third_party/skia/src/images/
SkScaledBitmapSampler.h 38 bool fDither;
42 : fDither(dec.getDitherImage())
SkScaledBitmapSampler.cpp 140 if (opts.fDither) {
173 if (opts.fDither) {
228 if (opts.fDither) {
262 if (opts.fDither) {
349 if (opts.fDither) {
354 if (opts.fDither) {
441 if (opts.fDither) {
522 if (opts.fDither) {
527 if (opts.fDither) {
  /external/skia/src/images/
SkScaledBitmapSampler.h 38 bool fDither;
42 : fDither(dec.getDitherImage())
SkScaledBitmapSampler.cpp 140 if (opts.fDither) {
173 if (opts.fDither) {
228 if (opts.fDither) {
262 if (opts.fDither) {
349 if (opts.fDither) {
354 if (opts.fDither) {
441 if (opts.fDither) {
522 if (opts.fDither) {
527 if (opts.fDither) {

Completed in 204 milliseconds