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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h11 extern jfieldID gOptions_ditherFieldID;
H A DBitmapFactory.cpp33 jfieldID gOptions_ditherFieldID; variable
257 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
668 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z");
H A DBitmapRegionDecoder.cpp191 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);

Completed in 28 milliseconds