HomeSort by relevance Sort by last modified time
    Searched defs:doDither (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 187 bool doDither = true;
199 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
204 decoder->setDitherImage(doDither);
BitmapFactory.cpp 120 bool doDither = true;
140 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
152 decoder->setDitherImage(doDither);
244 pr = installPixelRef(bitmap, stream, sampleSize, doDither);
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 78 SkBitmap::Config *config, bool *hasAlpha, bool *doDither,
283 bool doDither = this->getDitherImage();
287 &doDither, &theTranspColor) == false) {
380 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) {
645 bool doDither = this->getDitherImage();
649 &doDither, &theTranspColor) == false) {
738 if (!sampler.begin(decodedBitmap, sc, doDither, ctLock.colors())) {
    [all...]

Completed in 906 milliseconds