Searched refs:fMeasure (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | PathMeasure.cpp | 46 : fPath(path), fMeasure(fPath, forceClosed) {} in PathMeasurePair() 49 SkPathMeasure fMeasure; // this guy points to fPath member 80 pair->fMeasure.setPath(&pair->fPath, forceClosed); in setPath() 85 return static_cast<jfloat>(SkScalarToFloat(pair->fMeasure.getLength())); in getLength() 101 if (!pair->fMeasure.getPosTan(dist, (SkPoint*)posPtr, (SkVector*)tanPtr)) { in getPosTan() 118 bool result = pair->fMeasure.getMatrix(dist, matrix, (SkPathMeasure::MatrixFlags)flags); in getMatrix() 126 bool result = pair->fMeasure.getSegment(startF, stopF, dst, startWithMoveTo); in getSegment() 132 bool result = pair->fMeasure.isClosed(); in isClosed() 138 bool result = pair->fMeasure.nextContour(); in nextContour()
|