Searched refs:jconfig (Results 1 – 4 of 4) sorted by relevance
199 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in nativeDecodeRegion() local200 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in nativeDecodeRegion()
294 jobject jconfig) { in getNativeBitmapConfig() argument296 if (NULL == jconfig) { in getNativeBitmapConfig()299 SkASSERT(env->IsInstanceOf(jconfig, gBitmapConfig_class)); in getNativeBitmapConfig()300 int c = env->GetIntField(jconfig, gBitmapConfig_nativeInstanceID); in getNativeBitmapConfig()
50 static SkBitmap::Config getNativeBitmapConfig(JNIEnv*, jobject jconfig);
187 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in doDecode() local188 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in doDecode()