Searched defs:getSegment (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp102 static jboolean getSegment(JNIEnv* env, jobject clazz, PathMeasurePair* pair, jfloat startF, function in class:android::SkPathMeasureGlue
104 return pair->fMeasure.getSegment(SkFloatToScalar(startF), SkFloatToScalar(stopF), dst, startWithMoveTo);
126 {"native_getSegment", "(IFFIZ)Z", (void*) SkPathMeasureGlue::getSegment },
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java118 public boolean getSegment(float startD, float stopD, Path dst, boolean startWithMoveTo) { method in class:PathMeasure

Completed in 161 milliseconds