Searched refs:jconfig (Results 1 – 4 of 4) sorted by relevance
137 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in nativeDecodeRegion() local138 colorType = GraphicsJNI::getNativeBitmapColorType(env, jconfig); in nativeDecodeRegion()
363 SkColorType GraphicsJNI::getNativeBitmapColorType(JNIEnv* env, jobject jconfig) { in getNativeBitmapColorType() argument365 if (NULL == jconfig) { in getNativeBitmapColorType()368 SkASSERT(env->IsInstanceOf(jconfig, gBitmapConfig_class)); in getNativeBitmapColorType()369 int c = env->GetIntField(jconfig, gBitmapConfig_nativeInstanceID); in getNativeBitmapColorType()
75 static SkColorType getNativeBitmapColorType(JNIEnv*, jobject jconfig);
261 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in doDecode() local262 prefColorType = GraphicsJNI::getNativeBitmapColorType(env, jconfig); in doDecode()