Searched refs:dstHandle (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Region.cpp | 53 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion() argument 54 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_setRegion() 60 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint rig… in Region_setRect() argument 61 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_setRect() 66 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle, in Region_setPath() argument 68 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_setPath() 91 static jboolean Region_op0(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint right, … in Region_op0() argument 92 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_op0() 100 static jboolean Region_op1(JNIEnv* env, jobject, jlong dstHandle, jobject rectObject, jlong regionH… in Region_op1() argument 101 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_op1() [all …]
|
D | PathMeasure.cpp | 121 jfloat stopF, jlong dstHandle, jboolean startWithMoveTo) { in getSegment() argument 123 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in getSegment()
|
D | Path.cpp | 69 static void assign(JNIEnv* env, jobject clazz, jlong dstHandle, jlong srcHandle) { in assign() argument 70 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in assign() 237 …ffset__FFPath(JNIEnv* env, jobject clazz, jlong objHandle, jfloat dx, jfloat dy, jlong dstHandle) { in offset__FFPath() argument 239 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in offset__FFPath() 253 …orm__MatrixPath(JNIEnv* env, jobject clazz, jlong objHandle, jlong matrixHandle, jlong dstHandle) { in transform__MatrixPath() argument 256 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in transform__MatrixPath()
|
D | Paint.cpp | 263 …oolean getFillPath(JNIEnv* env, jobject clazz, jlong objHandle, jlong srcHandle, jlong dstHandle) { in getFillPath() argument 266 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in getFillPath()
|