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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h17 extern jfieldID gOptions_heightFieldID;
H A DBitmapFactory.cpp39 jfieldID gOptions_heightFieldID; variable
234 env->SetIntField(options, gOptions_heightFieldID, -1);
340 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
614 gOptions_heightFieldID = getFieldIDCheck(env, options_class, "outHeight", "I");
H A DBitmapRegionDecoder.cpp187 env->SetIntField(options, gOptions_heightFieldID, -1);
236 env->SetIntField(options, gOptions_heightFieldID, bitmap->height());

Completed in 145 milliseconds