HomeSort by relevance Sort by last modified time
    Searched refs:setDither (Results 1 - 25 of 139) 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/skia/samplecode/
SampleEmboss.cpp 54 paint.setDither(true);
SampleTiling.cpp 36 paint.setDither(true);
109 p.setDither(true);
130 paint.setDither(true);
SampleFilter2.cpp 76 paint.setDither(j == 1);
SampleDither.cpp 29 // p.setDither(true);
143 paint.setDither(true);
147 paint.setDither(false);
SampleShaderText.cpp 25 paint.setDither(true);
155 paint.setDither(true);
  /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 91 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/android/support/v7/graphics/drawable/
DrawableWrapper.java 70 public void setDither(boolean dither) {
71 mDrawable.setDither(dither);
  /external/skia/gm/
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);
shadertext.cpp 27 paint.setDither(true);
147 paint.setDither(true);
  /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) {
  /frameworks/opt/chips/src/com/android/ex/chips/
CircularImageView.java 49 bitmapPaint.setDither(true);
  /frameworks/support/compat/java/android/support/v4/graphics/drawable/
DrawableWrapperApi14.java 119 public void setDither(boolean dither) {
120 mDrawable.setDither(dither);
  /frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/
RoundedBitmapDrawable.java 213 public void setDither(boolean dither) {
214 mPaint.setDither(dither);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 186 mBackgroundPaint.setDither(true);
193 mCirclePaint.setDither(true);
198 mLedPaint.setDither(true);
204 mDirectionalPaint.setDither(true);
209 mGradientPaint.setDither(true);
  /frameworks/base/graphics/java/android/graphics/drawable/
ShapeDrawable.java 341 public void setDither(boolean dither) {
342 mShapeState.mPaint.setDither(dither);
469 paint.setDither(dither);
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 114 dr.setDither(mDoDither);

Completed in 1708 milliseconds

1 2 3 4 5 6