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

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp179 bool doDither = true; local
192 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
200 decoder->setDitherImage(doDither);
H A DBitmapFactory.cpp218 bool doDither = true; local
240 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
264 decoder->setDitherImage(doDither);

Completed in 37 milliseconds