Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmapFactory.h20 extern jfieldID gOptions_heightFieldID;
DBitmapFactory.cpp52 jfieldID gOptions_heightFieldID; variable
332 env->SetIntField(options, gOptions_heightFieldID, -1); in doDecode()
427 env->SetIntField(options, gOptions_heightFieldID, scaledHeight); in doDecode()
815 gOptions_heightFieldID = GetFieldIDOrDie(env, options_class, "outHeight", "I"); in register_android_graphics_BitmapFactory()
DBitmapRegionDecoder.cpp248 env->SetIntField(options, gOptions_heightFieldID, -1); in nativeDecodeRegion()
303 env->SetIntField(options, gOptions_heightFieldID, bitmap.height()); in nativeDecodeRegion()