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.h19 extern jfieldID gOptions_heightFieldID;
DBitmapFactory.cpp42 jfieldID gOptions_heightFieldID; variable
211 env->SetIntField(options, gOptions_heightFieldID, -1); in doDecode()
299 env->SetIntField(options, gOptions_heightFieldID, scaledHeight); in doDecode()
655 gOptions_heightFieldID = GetFieldIDOrDie(env, options_class, "outHeight", "I"); in register_android_graphics_BitmapFactory()
DBitmapRegionDecoder.cpp152 env->SetIntField(options, gOptions_heightFieldID, -1); in nativeDecodeRegion()
202 env->SetIntField(options, gOptions_heightFieldID, bitmap.height()); in nativeDecodeRegion()