Home
last modified time | relevance | path

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

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