Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h56 static SkBitmap::Config getNativeBitmapConfig(JNIEnv*, jobject jconfig);
DBitmapRegionDecoder.cpp190 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in nativeDecodeRegion()
DBitmapFactory.cpp255 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig); in doDecode()
DGraphics.cpp295 SkBitmap::Config GraphicsJNI::getNativeBitmapConfig(JNIEnv* env, in getNativeBitmapConfig() function in GraphicsJNI