Home
last modified time | relevance | path

Searched defs: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()
68 jlong pathHandle, jboolean forceClosedHandle) { in setPath()
DRegion.cpp67 jlong pathHandle, jlong clipHandle) { in Region_setPath()
84 static jboolean Region_getBoundaryPath(JNIEnv* env, jobject, jlong regionHandle, jlong pathHandle) { in Region_getBoundaryPath()
DPath.cpp410 static jfloatArray approximate(JNIEnv* env, jclass clazz, jlong pathHandle, in approximate()
503 static void setFillType(jlong pathHandle, jint ftHandle) {; in setFillType()
DPaint.cpp337 jcharArray text, jint index, jint count, jfloat x, jfloat y, jlong pathHandle) { in getTextPath___C()
347 jstring text, jint start, jint end, jfloat x, jfloat y, jlong pathHandle) { in getTextPath__String()
/frameworks/base/core/jni/
Dandroid_graphics_Canvas.cpp183 static jboolean quickRejectPath(jlong canvasHandle, jlong pathHandle) { in quickRejectPath()
218 static jboolean clipPath(jlong canvasHandle, jlong pathHandle, in clipPath()
356 static void drawPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in drawPath()
607 jint index, jint count, jlong pathHandle, jfloat hOffset, in drawTextOnPathChars()
622 jlong pathHandle, jfloat hOffset, jfloat vOffset, in drawTextOnPathString()