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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java428 * @param forceMoveTo If true, always begin a new contour with the arc
431 boolean forceMoveTo) {
433 native_arcTo(mNativePath, oval, startAngle, sweepAngle, forceMoveTo);
730 float startAngle, float sweepAngle, boolean forceMoveTo);
430 arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) argument
729 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);
714 * @param forceMoveTo If true, always begin a new contour with the arc
716 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 644 milliseconds