OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jconfig
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
137
jobject
jconfig
= env->GetObjectField(options, gOptions_configFieldID);
local
138
colorType = GraphicsJNI::getNativeBitmapColorType(env,
jconfig
);
BitmapFactory.cpp
261
jobject
jconfig
= env->GetObjectField(options, gOptions_configFieldID);
local
262
prefColorType = GraphicsJNI::getNativeBitmapColorType(env,
jconfig
);
Completed in 268 milliseconds