Searched refs:doDither (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp178 bool doDither = true; local
191 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
199 decoder->setDitherImage(doDither);
H A DBitmapFactory.cpp234 bool doDither = true; local
257 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
282 decoder->setDitherImage(doDither);
455 pr = installPixelRef(outputBitmap, stream, sampleSize, doDither);

Completed in 55 milliseconds