Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmapFactory.h18 extern jfieldID gOptions_widthFieldID;
DBitmapFactory.cpp40 jfieldID gOptions_widthFieldID; variable
201 env->SetIntField(options, gOptions_widthFieldID, -1); in doDecode()
288 env->SetIntField(options, gOptions_widthFieldID, scaledWidth); in doDecode()
647 gOptions_widthFieldID = GetFieldIDOrDie(env, options_class, "outWidth", "I"); in register_android_graphics_BitmapFactory()
DBitmapRegionDecoder.cpp143 env->SetIntField(options, gOptions_widthFieldID, -1); in nativeDecodeRegion()
193 env->SetIntField(options, gOptions_widthFieldID, bitmap.width()); in nativeDecodeRegion()