Searched refs:forceMoveTo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPath.java339 * @param forceMoveTo If true, always begin a new contour with the arc
342 boolean forceMoveTo) {
344 native_arcTo(mNativePath, oval, startAngle, sweepAngle, forceMoveTo);
641 float startAngle, float sweepAngle, boolean forceMoveTo);
341 arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) argument
640 native_arcTo(int nPath, RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java294 float startAngle, float sweepAngle, boolean forceMoveTo) {
300 pathDelegate.arcTo(oval, startAngle, sweepAngle, forceMoveTo);
708 * @param forceMoveTo If true, always begin a new contour with the arc
710 private void arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) { argument
293 native_arcTo(int nPath, RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) argument
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp155 static void arcTo(JNIEnv* env, jobject clazz, SkPath* obj, jobject oval, jfloat startAngle, jfloat sweepAngle, jboolean forceMoveTo) { argument
160 obj->arcTo(oval_, startAngle_, sweepAngle_, forceMoveTo);

Completed in 78 milliseconds