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

  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 177 bool doDither = true;
190 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
198 decoder->setDitherImage(doDither);
BitmapFactory.cpp 207 bool doDither = true;
229 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
253 decoder->setDitherImage(doDither);

Completed in 35 milliseconds