HomeSort by relevance Sort by last modified time
    Searched refs:gOptions_ditherFieldID (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapFactory.h 11 extern jfieldID gOptions_ditherFieldID;
BitmapFactory.cpp 33 jfieldID gOptions_ditherFieldID;
257 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
668 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z");
BitmapRegionDecoder.cpp 191 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);

Completed in 209 milliseconds