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

1 2 3 4 5 6 7 8

  /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/skia/samplecode/
SampleEmboss.cpp 54 paint.setDither(true);
SampleTiling.cpp 38 paint.setDither(true);
111 p.setDither(true);
132 paint.setDither(true);
SampleFilter2.cpp 77 paint.setDither(j == 1);
  /external/skqp/samplecode/
SampleEmboss.cpp 54 paint.setDither(true);
SampleTiling.cpp 38 paint.setDither(true);
111 p.setDither(true);
132 paint.setDither(true);
SampleFilter2.cpp 77 paint.setDither(j == 1);
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DrawableThumbWallpaperInfo.java 32 thumb.setDither(true);
  /external/skia/bench/
Benchmark.cpp 69 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 94 void setDither(SkTriState::State state) {
  /external/skqp/bench/
Benchmark.cpp 69 paint->setDither(SkTriState::kTrue == fDither);
Benchmark.h 94 void setDither(SkTriState::State state) {
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
SquaringDrawable.java 51 public void setDither(boolean dither) {
52 wrapped.setDither(dither);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/graphics/drawable/
DrawableWrapper.java 71 public void setDither(boolean dither) {
72 mDrawable.setDither(dither);
  /external/skia/gm/
emboss.cpp 66 paint.setDither(true);
gradients.cpp 194 paint.setDither(fDither);
250 paint.setDither(fDither);
308 paint.setDither(fDither);
412 paint.setDither(fDither);
482 paint.setDither(fDither);
523 paint.setDither(true);
591 paint1.setDither(fDither);
592 paint2.setDither(fDither);
593 paint3.setDither(fDither);
636 paint.setDither(fDither)
    [all...]
shallowgradient.cpp 63 paint.setDither(fDither);
  /external/skqp/gm/
emboss.cpp 66 paint.setDither(true);
gradients.cpp 194 paint.setDither(fDither);
250 paint.setDither(fDither);
308 paint.setDither(fDither);
412 paint.setDither(fDither);
482 paint.setDither(fDither);
523 paint.setDither(true);
591 paint1.setDither(fDither);
592 paint2.setDither(fDither);
593 paint3.setDither(fDither);
636 paint.setDither(fDither)
    [all...]
tilemodes.cpp 31 paint.setDither(true);
104 p.setDither(true);
129 paint.setDither(true);
shallowgradient.cpp 63 paint.setDither(fDither);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
PictureDrawableTest.java 109 pictureDrawable.setDither(true);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPaint.java 206 public void setDither(boolean dither) {

Completed in 942 milliseconds

1 2 3 4 5 6 7 8