Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmapFactory.h19 extern jfieldID gOptions_widthFieldID;
DBitmapFactory.cpp51 jfieldID gOptions_widthFieldID; variable
331 env->SetIntField(options, gOptions_widthFieldID, -1); in doDecode()
426 env->SetIntField(options, gOptions_widthFieldID, scaledWidth); in doDecode()
814 gOptions_widthFieldID = GetFieldIDOrDie(env, options_class, "outWidth", "I"); in register_android_graphics_BitmapFactory()
DBitmapRegionDecoder.cpp247 env->SetIntField(options, gOptions_widthFieldID, -1); in nativeDecodeRegion()
302 env->SetIntField(options, gOptions_widthFieldID, bitmap.width()); in nativeDecodeRegion()