Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.h20 extern jfieldID gOptions_heightFieldID;
H A DBitmapFactory.cpp55 jfieldID gOptions_heightFieldID; variable
335 env->SetIntField(options, gOptions_heightFieldID, -1); in doDecode()
430 env->SetIntField(options, gOptions_heightFieldID, scaledHeight); in doDecode()
818 gOptions_heightFieldID = GetFieldIDOrDie(env, options_class, "outHeight", "I"); in register_android_graphics_BitmapFactory()
H A DBitmapRegionDecoder.cpp251 env->SetIntField(options, gOptions_heightFieldID, -1); in nativeDecodeRegion()
306 env->SetIntField(options, gOptions_heightFieldID, bitmap.height()); in nativeDecodeRegion()