HomeSort by relevance Sort by last modified time
    Searched refs:setDither (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ProxyDrawable.java 73 public void setDither(boolean dither) {
75 mProxy.setDither(dither);
ColorFilters.java 66 mDrawable.setDither(true);
77 mDrawables[i].setDither(true);
Sweep.java 86 mPaint.setDither(!mPaint.isDither());
  /external/chromium_org/third_party/skia/samplecode/
SampleDitherBitmap.cpp 36 p.setDither(true);
112 paint.setDither(false);
114 paint.setDither(true);
119 paint.setDither(false);
121 paint.setDither(true);
SampleEmboss.cpp 58 paint.setDither(true);
SampleTiling.cpp 37 paint.setDither(true);
111 p.setDither(true);
132 paint.setDither(true);
  /external/skia/samplecode/
SampleDitherBitmap.cpp 36 p.setDither(true);
112 paint.setDither(false);
114 paint.setDither(true);
119 paint.setDither(false);
121 paint.setDither(true);
SampleEmboss.cpp 58 paint.setDither(true);
SampleTiling.cpp 37 paint.setDither(true);
111 p.setDither(true);
132 paint.setDither(true);
  /external/chromium_org/third_party/skia/bench/
Benchmark.cpp 51 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 80 void setDither(SkTriState::State state) {
  /external/chromium_org/third_party/skia/gm/
lcdtext.cpp 50 paint.setDither(true);
tilemodes.cpp 31 paint.setDither(true);
104 p.setDither(true);
129 paint.setDither(true);
tilemodes_scaled.cpp 32 paint.setDither(true);
121 p.setDither(true);
147 paint.setDither(true);
  /external/skia/bench/
Benchmark.cpp 50 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 87 void setDither(SkTriState::State state) {
  /external/skia/gm/
lcdtext.cpp 50 paint.setDither(true);
tilemodes.cpp 31 paint.setDither(true);
103 p.setDither(true);
128 paint.setDither(true);
tilemodes_scaled.cpp 32 paint.setDither(true);
120 p.setDither(true);
146 paint.setDither(true);
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 46 public void setDither(boolean dither) {
47 wrapped.setDither(dither);
  /packages/apps/Settings/src/com/android/settings/drawable/
DrawableWrapper.java 64 public void setDither(boolean dither) {
65 mDrawable.setDither(dither);
  /frameworks/base/graphics/java/android/graphics/drawable/
PictureDrawable.java 94 public void setDither(boolean dither) {}
  /frameworks/support/v4/donut/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 208 public void setDither(boolean dither) {
209 mPaint.setDither(dither);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DrawableWrapper.java 66 public void setDither(boolean dither) {
67 mDrawable.setDither(dither);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PictureDrawableTest.java 93 pictureDrawable.setDither(true);

Completed in 556 milliseconds

1 2 3 4 5 6