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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.h17 extern jfieldID gOptions_widthFieldID;
H A DBitmapRegionDecoder.cpp146 env->SetIntField(options, gOptions_widthFieldID, -1);
185 env->SetIntField(options, gOptions_widthFieldID, bitmap.width());
H A DBitmapFactory.cpp39 jfieldID gOptions_widthFieldID; variable
257 env->SetIntField(options, gOptions_widthFieldID, -1);
314 env->SetIntField(options, gOptions_widthFieldID, scaledWidth);
682 gOptions_widthFieldID = GetFieldIDOrDie(env, options_class, "outWidth", "I");

Completed in 932 milliseconds