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

/frameworks/base/graphics/java/android/graphics/
H A DPath.java335 * @param forceMoveTo If true, always begin a new contour with the arc
338 boolean forceMoveTo) {
340 native_arcTo(mNativePath, oval, startAngle, sweepAngle, forceMoveTo);
633 float startAngle, float sweepAngle, boolean forceMoveTo);
337 arcTo(RectF oval, float startAngle, float sweepAngle, boolean forceMoveTo) argument
632 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 9 milliseconds