Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DBitmapFactory.cpp52 jfieldID gOptions_screenDensityFieldID; variable
350 const int screenDensity = env->GetIntField(options, gOptions_screenDensityFieldID); in doDecode()
815 gOptions_screenDensityFieldID = GetFieldIDOrDie(env, options_class, "inScreenDensity", "I"); in register_android_graphics_BitmapFactory()