HomeSort by relevance Sort by last modified time
    Searched refs:getNativeBitmapColorType (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 80 static SkColorType getNativeBitmapColorType(JNIEnv*, jobject jconfig);
BitmapRegionDecoder.cpp 140 colorType = GraphicsJNI::getNativeBitmapColorType(env, jconfig);
BitmapFactory.cpp 215 prefColorType = GraphicsJNI::getNativeBitmapColorType(env, jconfig);
Graphics.cpp 366 SkColorType GraphicsJNI::getNativeBitmapColorType(JNIEnv* env, jobject jconfig) {
  /frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp 358 SkColorType prefColorType = GraphicsJNI::getNativeBitmapColorType(env, inConfig.get());

Completed in 183 milliseconds