Searched refs:getSegment (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | PathMeasure.cpp | 102 static jboolean getSegment(JNIEnv* env, jobject clazz, PathMeasurePair* pair, jfloat startF, in getSegment() function in android::SkPathMeasureGlue 104 …return pair->fMeasure.getSegment(SkFloatToScalar(startF), SkFloatToScalar(stopF), dst, startWithMo… in getSegment() 126 {"native_getSegment", "(IFFIZ)Z", (void*) SkPathMeasureGlue::getSegment },
|
/frameworks/base/graphics/java/android/graphics/ |
D | PathMeasure.java | 117 public boolean getSegment(float startD, float stopD, Path dst, boolean startWithMoveTo) { in getSegment() method in PathMeasure
|
/frameworks/base/api/ |
D | current.txt | 8497 method public boolean getSegment(float, float, android.graphics.Path, boolean);
|
D | 14.txt | 8497 method public boolean getSegment(float, float, android.graphics.Path, boolean);
|