Searched defs:dstConfigHandle (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp740 jint dstConfigHandle, jboolean isMutable) {
743 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle);
776 static jobject Bitmap_copyAshmemConfig(JNIEnv* env, jobject, jlong srcHandle, jint dstConfigHandle) { argument
779 SkColorType dstCT = GraphicsJNI::legacyBitmapConfigToColorType(dstConfigHandle);
739 Bitmap_copy(JNIEnv* env, jobject, jlong srcHandle, jint dstConfigHandle, jboolean isMutable) argument

Completed in 51 milliseconds