Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/jni/
H A DRegion.cpp52 static void Region_setRegion(JNIEnv* env, jobject, jlong dstHandle, jlong srcHandle) { in Region_setRegion() argument
53 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_setRegion()
59 static jboolean Region_setRect(JNIEnv* env, jobject, jlong dstHandle, jint left, jint top, jint rig… in Region_setRect() argument
60 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_setRect()
65 static jboolean Region_setPath(JNIEnv* env, jobject, jlong dstHandle, in Region_setPath() argument
67 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_setPath()
91 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_op0()
96 static jboolean Region_op1(JNIEnv* env, jobject, jlong dstHandle, jobject rectObject, jlong regionH… in Region_op1() argument
97 SkRegion* dst = reinterpret_cast<SkRegion*>(dstHandle); in Region_op1()
105 static jboolean Region_op2(JNIEnv* env, jobject, jlong dstHandle, jlong region1Handle, jlong region… in Region_op2() argument
[all …]
H A DPathMeasure.cpp119 jfloat stopF, jlong dstHandle, jboolean startWithMoveTo) { in getSegment() argument
121 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in getSegment()
H A DPath.cpp56 static void set(JNIEnv* env, jclass clazz, jlong dstHandle, jlong srcHandle) { in set() argument
57 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in set()
229 jlong dstHandle) { in transform__MatrixPath() argument
232 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in transform__MatrixPath()
H A DPaint.cpp808 …jboolean getFillPath(CRITICAL_JNI_PARAMS_COMMA jlong objHandle, jlong srcHandle, jlong dstHandle) { in getFillPath() argument
811 SkPath* dst = reinterpret_cast<SkPath*>(dstHandle); in getFillPath()