Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.h18 extern jfieldID gOptions_widthFieldID;
H A DBitmapFactory.cpp41 jfieldID gOptions_widthFieldID; variable
204 env->SetIntField(options, gOptions_widthFieldID, -1); in doDecode()
291 env->SetIntField(options, gOptions_widthFieldID, scaledWidth); in doDecode()
651 gOptions_widthFieldID = GetFieldIDOrDie(env, options_class, "outWidth", "I"); in register_android_graphics_BitmapFactory()
H A DBitmapRegionDecoder.cpp120 env->SetIntField(options, gOptions_widthFieldID, -1); in nativeDecodeRegion()
170 env->SetIntField(options, gOptions_widthFieldID, bitmap.width()); in nativeDecodeRegion()