Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DBitmap.cpp366 static jobject Bitmap_copy(JNIEnv* env, jobject, jlong srcHandle, jint dstConfigHandle, in Bitmap_copy() argument
377 if (dstConfigHandle == GraphicsJNI::hardwareLegacyBitmapConfig()) { in Bitmap_copy()
391 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle); in Bitmap_copy()
435 static jobject Bitmap_copyAshmemConfig(JNIEnv* env, jobject, jlong srcHandle, jint dstConfigHandle)… in Bitmap_copyAshmemConfig() argument
438 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle); in Bitmap_copyAshmemConfig()