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 10 extern jfieldID gOptions_ditherFieldID;
BitmapFactory.cpp 28 jfieldID gOptions_ditherFieldID;
140 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);
519 gOptions_ditherFieldID = getFieldIDCheck(env, options_class, "inDither", "Z");
BitmapRegionDecoder.cpp 199 doDither = env->GetBooleanField(options, gOptions_ditherFieldID);

Completed in 110 milliseconds