Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapFactory.h17 extern jfieldID gOptions_heightFieldID;
DBitmapRegionDecoder.cpp186 env->SetIntField(options, gOptions_heightFieldID, -1); in nativeDecodeRegion()
235 env->SetIntField(options, gOptions_heightFieldID, bitmap->height()); in nativeDecodeRegion()
DBitmapFactory.cpp42 jfieldID gOptions_heightFieldID; variable
251 env->SetIntField(options, gOptions_heightFieldID, -1); in doDecode()
355 env->SetIntField(options, gOptions_heightFieldID, scaledHeight); in doDecode()
678 gOptions_heightFieldID = getFieldIDCheck(env, options_class, "outHeight", "I"); in register_android_graphics_BitmapFactory()