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

  /external/skia/gm/
cmykjpeg.cpp 39 codec->setDitherImage(dither);
  /external/skia/include/core/
SkImageDecoder.h 98 void setDitherImage(bool dither) { fDitherImage = dither; }
  /external/skia/src/images/
SkDecodingImageGenerator.cpp 165 decoder->setDitherImage(fDitherImage);
SkImageDecoder.cpp 42 other->setDitherImage(fDitherImage);
SkImageDecoder_libpng.cpp 524 this->setDitherImage(false);
    [all...]
SkScaledBitmapSampler.cpp 863 dummyDecoder.setDitherImage(SkToBool(dither));
  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 198 decoder->setDitherImage(doDither);
BitmapFactory.cpp 253 decoder->setDitherImage(doDither);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 172 codec->setDitherImage(false);

Completed in 1026 milliseconds