Searched refs:pathHandle (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | PathMeasure.cpp | 53 static jlong create(JNIEnv* env, jobject clazz, jlong pathHandle, in create() argument 55 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in create() 66 jlong pathHandle, jboolean forceClosedHandle) { in setPath() argument 68 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in setPath()
|
D | android_graphics_Canvas.cpp | 185 static jboolean quickRejectPath(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jlong pathHandle) { in quickRejectPath() argument 186 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in quickRejectPath() 220 static jboolean clipPath(CRITICAL_JNI_PARAMS_COMMA jlong canvasHandle, jlong pathHandle, in clipPath() argument 222 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in clipPath() 358 static void drawPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in drawPath() argument 360 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in drawPath() 624 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars() argument 626 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in drawTextOnPathChars() 639 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString() argument 641 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in drawTextOnPathString()
|
D | Region.cpp | 66 jlong pathHandle, jlong clipHandle) { in Region_setPath() argument 68 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in Region_setPath() 83 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath() argument 85 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in Region_getBoundaryPath()
|
D | Path.cpp | 408 static jfloatArray approximate(JNIEnv* env, jclass clazz, jlong pathHandle, in approximate() argument 410 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in approximate() 501 static void setFillType(CRITICAL_JNI_PARAMS_COMMA jlong pathHandle, jint ftHandle) {; in setFillType() argument 502 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in setFillType()
|
D | Paint.cpp | 322 jcharArray text, jint index, jint count, jfloat x, jfloat y, jlong pathHandle) { in getTextPath___C() argument 325 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in getTextPath___C() 332 jstring text, jint start, jint end, jfloat x, jfloat y, jlong pathHandle) { in getTextPath__String() argument 335 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in getTextPath__String()
|