Searched refs:dstConfigHandle (Results 1 – 1 of 1) sorted by relevance
366 static jobject Bitmap_copy(JNIEnv* env, jobject, jlong srcHandle, jint dstConfigHandle, in Bitmap_copy() argument377 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() argument438 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle); in Bitmap_copyAshmemConfig()