Searched refs:setDither (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/skia/samplecode/
H A DSampleDitherBitmap.cpp36 p.setDither(true);
112 paint.setDither(false);
114 paint.setDither(true);
119 paint.setDither(false);
121 paint.setDither(true);
H A DSampleEmboss.cpp58 paint.setDither(true);
H A DSampleTiling.cpp37 paint.setDither(true);
111 p.setDither(true);
132 paint.setDither(true);
H A DSampleFilter2.cpp79 paint.setDither(j == 1);
H A DSampleDither.cpp29 // p.setDither(true);
149 paint.setDither(true);
153 paint.setDither(false);
H A DSampleShaderText.cpp24 paint.setDither(true);
154 paint.setDither(true);
/external/skia/samplecode/
H A DSampleDitherBitmap.cpp36 p.setDither(true);
112 paint.setDither(false);
114 paint.setDither(true);
119 paint.setDither(false);
121 paint.setDither(true);
H A DSampleEmboss.cpp58 paint.setDither(true);
H A DSampleTiling.cpp37 paint.setDither(true);
111 p.setDither(true);
132 paint.setDither(true);
H A DSampleFilter2.cpp79 paint.setDither(j == 1);
/external/chromium_org/third_party/skia/bench/
H A DBenchmark.cpp51 paint->setDither(SkTriState::kTrue == fDither);
H A DBenchmark.h80 void setDither(SkTriState::State state) { function in class:Benchmark
/external/chromium_org/third_party/skia/gm/
H A Dlcdtext.cpp50 paint.setDither(true);
H A Dtilemodes.cpp31 paint.setDither(true);
104 p.setDither(true);
129 paint.setDither(true);
H A Dtilemodes_scaled.cpp32 paint.setDither(true);
121 p.setDither(true);
147 paint.setDither(true);
H A Dsurface.cpp47 paint.setDither(true);
H A Dshadertext.cpp25 paint.setDither(true);
148 paint.setDither(true);
/external/skia/bench/
H A DBenchmark.cpp50 paint->setDither(SkTriState::kTrue == fDither);
H A DBenchmark.h87 void setDither(SkTriState::State state) { function in class:Benchmark
/external/skia/gm/
H A Dlcdtext.cpp50 paint.setDither(true);
H A Dtilemodes.cpp31 paint.setDither(true);
103 p.setDither(true);
128 paint.setDither(true);
H A Dtilemodes_scaled.cpp32 paint.setDither(true);
120 p.setDither(true);
146 paint.setDither(true);
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DSquaringDrawable.java46 public void setDither(boolean dither) { method in class:SquaringDrawable
47 wrapped.setDither(dither);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPaint.java206 public void setDither(boolean dither) { method in class:ShadowPaint
/external/chromium_org/third_party/skia/tests/
H A DBlitRowTest.cpp145 paint.setDither(dither);
234 paint.setDither(dither);

Completed in 1768 milliseconds

123