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

  /external/skia/include/images/
SkImageRef.h 49 void setDitherImage(bool dither) { fDoDither = dither; }
SkImageDecoder.h 76 void setDitherImage(bool dither) { fDitherImage = dither; }
  /external/skia/src/images/
SkImageRef.cpp 120 codec->setDitherImage(fDoDither);
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 165 pr->setDitherImage(ditherImage);
209 decoder->setDitherImage(doDither);
BitmapRegionDecoder.cpp 210 decoder->setDitherImage(doDither);

Completed in 377 milliseconds