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

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

Completed in 801 milliseconds