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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h19 extern jfieldID gOptions_heightFieldID;
H A DBitmapRegionDecoder.cpp152 env->SetIntField(options, gOptions_heightFieldID, -1);
198 env->SetIntField(options, gOptions_heightFieldID, bitmap.height());
H A DBitmapFactory.cpp40 jfieldID gOptions_heightFieldID; variable
266 env->SetIntField(options, gOptions_heightFieldID, -1);
339 env->SetIntField(options, gOptions_heightFieldID, scaledHeight);
737 gOptions_heightFieldID = GetFieldIDOrDie(env, options_class, "outHeight", "I");

Completed in 1419 milliseconds