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

/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp44 : fPath(path), fMeasure(fPath, forceClosed) {}
47 SkPathMeasure fMeasure; // this guy points to fPath member in struct:PathMeasurePair
65 pair->fMeasure.setPath(&pair->fPath, forceClosed);
69 return SkScalarToFloat(pair->fMeasure.getLength());
84 if (!pair->fMeasure.getPosTan(SkFloatToScalar(dist), (SkPoint*)posPtr, (SkVector*)tanPtr)) {
99 return pair->fMeasure.getMatrix(SkFloatToScalar(dist), matrix, (SkPathMeasure::MatrixFlags)flags);
104 return pair->fMeasure.getSegment(SkFloatToScalar(startF), SkFloatToScalar(stopF), dst, startWithMoveTo);
108 return pair->fMeasure.isClosed();
112 return pair->fMeasure.nextContour();

Completed in 864 milliseconds