Searched refs:gOptions_ditherFieldID (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h10 extern jfieldID gOptions_ditherFieldID;
H A DBitmapFactory.cpp28 jfieldID gOptions_ditherFieldID; variable
190 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
605 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z");
H A DBitmapRegionDecoder.cpp201 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);

Completed in 32 milliseconds