Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp188 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in nativeDecodeRegion() local
189 prefColorType = GraphicsJNI::getNativeBitmapColorType(env, jconfig); in nativeDecodeRegion()
DGraphics.cpp363 SkColorType GraphicsJNI::getNativeBitmapColorType(JNIEnv* env, jobject jconfig) { in getNativeBitmapColorType() argument
365 if (NULL == jconfig) { in getNativeBitmapColorType()
368 SkASSERT(env->IsInstanceOf(jconfig, gBitmapConfig_class)); in getNativeBitmapColorType()
369 int c = env->GetIntField(jconfig, gBitmapConfig_nativeInstanceID); in getNativeBitmapColorType()
DBitmapFactory.cpp226 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in doDecode() local
227 prefColorType = GraphicsJNI::getNativeBitmapColorType(env, jconfig); in doDecode()
DGraphicsJNI.h73 static SkColorType getNativeBitmapColorType(JNIEnv*, jobject jconfig);