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

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp177 bool doDither = true; local
190 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
198 decoder->setDitherImage(doDither);
H A DBitmapFactory.cpp207 bool doDither = true; local
229 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
253 decoder->setDitherImage(doDither);

Completed in 437 milliseconds