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

Completed in 44 milliseconds