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

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp189 bool doDither = true; local
201 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
208 decoder->setDitherImage(doDither);
H A DBitmapFactory.cpp167 bool doDither = true; local
190 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
206 decoder->setDitherImage(doDither);
368 pr = installPixelRef(bitmap, stream, sampleSize, doDither);

Completed in 60 milliseconds