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