Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.h19 extern jfieldID gOptions_heightFieldID;
H A DBitmapFactory.cpp42 jfieldID gOptions_heightFieldID; variable
205 env->SetIntField(options, gOptions_heightFieldID, -1); in doDecode()
292 env->SetIntField(options, gOptions_heightFieldID, scaledHeight); in doDecode()
652 gOptions_heightFieldID = GetFieldIDOrDie(env, options_class, "outHeight", "I"); in register_android_graphics_BitmapFactory()
H A DBitmapRegionDecoder.cpp121 env->SetIntField(options, gOptions_heightFieldID, -1); in nativeDecodeRegion()
171 env->SetIntField(options, gOptions_heightFieldID, bitmap.height()); in nativeDecodeRegion()