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

/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java116 * Begin the segment with a moveTo if startWithMoveTo is true.
123 public boolean getSegment(float startD, float stopD, Path dst, boolean startWithMoveTo) { argument
138 return native_getSegment(native_instance, startD, stopD, dst.ni(), startWithMoveTo);
166 private static native boolean native_getSegment(long native_instance, float startD, float stopD, long native_path, boolean startWithMoveTo); argument
/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp121 jfloat stopF, jlong dstHandle, jboolean startWithMoveTo) {
124 bool result = pair->fMeasure.getSegment(startF, stopF, dst, startWithMoveTo);
120 getSegment(JNIEnv* env, jobject clazz, jlong pairHandle, jfloat startF, jfloat stopF, jlong dstHandle, jboolean startWithMoveTo) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPathMeasure_Delegate.java157 long native_dst_path, boolean startWithMoveTo) {
179 if (startWithMoveTo) {
180 startWithMoveTo = false;
156 native_getSegment(long native_instance, float startD, float stopD, long native_dst_path, boolean startWithMoveTo) argument

Completed in 542 milliseconds