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 78 pair->fMeasure.setPath(&pair->fPath, forceClosed); in setPath() 83 return static_cast<jfloat>(SkScalarToFloat(pair->fMeasure.getLength())); in getLength() 99 if (!pair->fMeasure.getPosTan(dist, (SkPoint*)posPtr, (SkVector*)tanPtr)) { in getPosTan() 116 bool result = pair->fMeasure.getMatrix(dist, matrix, (SkPathMeasure::MatrixFlags)flags); in getMatrix() 124 bool result = pair->fMeasure.getSegment(startF, stopF, dst, startWithMoveTo); in getSegment() 130 bool result = pair->fMeasure.isClosed(); in isClosed() 136 bool result = pair->fMeasure.nextContour(); in nextContour()
|