Home
last modified time | relevance | path

Searched refs:pathHandle (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DPathMeasure.cpp55 static jlong create(JNIEnv* env, jobject clazz, jlong pathHandle, in create() argument
57 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in create()
68 jlong pathHandle, jboolean forceClosedHandle) { in setPath() argument
70 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in setPath()
DRegion.cpp67 jlong pathHandle, jlong clipHandle) { in Region_setPath() argument
69 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in Region_setPath()
84 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath() argument
86 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in Region_getBoundaryPath()
DPath.cpp83 static void setFillType(JNIEnv* env, jobject clazz, jlong pathHandle, jint ftHandle) { in setFillType() argument
84 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in setFillType()
419 static jfloatArray approximate(JNIEnv* env, jclass, jlong pathHandle, float acceptableError) in approximate() argument
421 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in approximate()
DPaint.cpp614 jcharArray text, jint index, jint count, jfloat x, jfloat y, jlong pathHandle) { in getTextPath___C() argument
617 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in getTextPath___C()
625 jstring text, jint start, jint end, jfloat x, jfloat y, jlong pathHandle) { in getTextPath__String() argument
628 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in getTextPath__String()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp180 static jboolean quickRejectPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle) { in quickRejectPath() argument
181 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in quickRejectPath()
193 static jboolean clipPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in clipPath() argument
195 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in clipPath()
302 static void drawPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in drawPath() argument
304 const SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in drawPath()
530 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars() argument
533 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in drawTextOnPathChars()
546 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString() argument
548 SkPath* path = reinterpret_cast<SkPath*>(pathHandle); in drawTextOnPathString()