Searched refs:jconfig (Results 1 – 4 of 4) sorted by relevance
189 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in nativeDecodeRegion() local190 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in nativeDecodeRegion()
296 jobject jconfig) { in getNativeBitmapConfig() argument298 if (NULL == jconfig) { in getNativeBitmapConfig()301 SkASSERT(env->IsInstanceOf(jconfig, gBitmapConfig_class)); in getNativeBitmapConfig()302 int c = env->GetIntField(jconfig, gBitmapConfig_nativeInstanceID); in getNativeBitmapConfig()
56 static SkBitmap::Config getNativeBitmapConfig(JNIEnv*, jobject jconfig);
254 jobject jconfig = env->GetObjectField(options, gOptions_configFieldID); in doDecode() local255 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in doDecode()