Searched refs:fMeasure (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | PathMeasure.cpp | 44 : fPath(path), fMeasure(fPath, forceClosed) {} in PathMeasurePair() 47 SkPathMeasure fMeasure; // this guy points to fPath member 65 pair->fMeasure.setPath(&pair->fPath, forceClosed); in setPath() 69 return SkScalarToFloat(pair->fMeasure.getLength()); in getLength() 84 if (!pair->fMeasure.getPosTan(SkFloatToScalar(dist), (SkPoint*)posPtr, (SkVector*)tanPtr)) { in getPosTan() 99 … return pair->fMeasure.getMatrix(SkFloatToScalar(dist), matrix, (SkPathMeasure::MatrixFlags)flags); in getMatrix() 104 …return pair->fMeasure.getSegment(SkFloatToScalar(startF), SkFloatToScalar(stopF), dst, startWithMo… in getSegment() 108 return pair->fMeasure.isClosed(); in isClosed() 112 return pair->fMeasure.nextContour(); in nextContour()
|