Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_Picture.cpp28 static jlong android_graphics_Picture_newPicture(JNIEnv* env, jobject, jlong srcHandle) { in android_graphics_Picture_newPicture() argument
29 const Picture* src = reinterpret_cast<Picture*>(srcHandle); in android_graphics_Picture_newPicture()
Dandroid_util_AssetManager.cpp1068 jlong destHandle, jlong srcHandle) in android_content_AssetManager_copyTheme() argument
1071 ResTable::Theme* src = reinterpret_cast<ResTable::Theme*>(srcHandle); in android_content_AssetManager_copyTheme()
/frameworks/base/core/jni/android/graphics/
DPath.cpp67 static void assign(JNIEnv* env, jobject clazz, jlong dstHandle, jlong srcHandle) { in assign() argument
69 const SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in assign()
216 …static void addPath__PathFF(JNIEnv* env, jobject clazz, jlong objHandle, jlong srcHandle, jfloat d… in addPath__PathFF() argument
218 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in addPath__PathFF()
222 static void addPath__Path(JNIEnv* env, jobject clazz, jlong objHandle, jlong srcHandle) { in addPath__Path() argument
224 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in addPath__Path()
228 …static void addPath__PathMatrix(JNIEnv* env, jobject clazz, jlong objHandle, jlong srcHandle, jlon… in addPath__PathMatrix() argument
230 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in addPath__PathMatrix()
DBitmap.cpp740 static jobject Bitmap_copy(JNIEnv* env, jobject, jlong srcHandle, in Bitmap_copy() argument
743 reinterpret_cast<Bitmap*>(srcHandle)->getSkBitmap(&src); in Bitmap_copy()
768 static jobject Bitmap_copyAshmem(JNIEnv* env, jobject, jlong srcHandle) { in Bitmap_copyAshmem() argument
770 reinterpret_cast<Bitmap*>(srcHandle)->getSkBitmap(&src); in Bitmap_copyAshmem()
777 static jobject Bitmap_copyAshmemConfig(JNIEnv* env, jobject, jlong srcHandle, jint dstConfigHandle)… in Bitmap_copyAshmemConfig() argument
779 reinterpret_cast<Bitmap*>(srcHandle)->getSkBitmap(&src); in Bitmap_copyAshmemConfig()
1161 jlong srcHandle, jlong paintHandle, in Bitmap_extractAlpha() argument
1164 reinterpret_cast<Bitmap*>(srcHandle)->getSkBitmap(&src); in Bitmap_extractAlpha()
DRegion.cpp53 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion() argument
55 const SkRegion* src = reinterpret_cast<SkRegion*>(srcHandle); in Region_setRegion()
DMatrix.cpp36 static jlong create(JNIEnv* env, jobject clazz, jlong srcHandle) { in create() argument
37 const SkMatrix* src = reinterpret_cast<SkMatrix*>(srcHandle); in create()
DPaint.cpp260 …static jboolean getFillPath(JNIEnv* env, jobject clazz, jlong objHandle, jlong srcHandle, jlong ds… in getFillPath() argument
262 SkPath* src = reinterpret_cast<SkPath*>(srcHandle); in getFillPath()