Searched refs:getNativeBitmapConfig (Results 1 – 4 of 4) sorted by relevance
56 static SkBitmap::Config getNativeBitmapConfig(JNIEnv*, jobject jconfig);
190 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in nativeDecodeRegion()
255 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in doDecode()
295 SkBitmap::Config GraphicsJNI::getNativeBitmapConfig(JNIEnv* env, in getNativeBitmapConfig() function in GraphicsJNI