Searched refs:forceClosed (Results 1 – 2 of 2) sorted by relevance
27 SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale = 1);35 void setPath(const SkPath*, bool forceClosed);
486 SkPathMeasure::SkPathMeasure(const SkPath& path, bool forceClosed, SkScalar resScale) { in SkPathMeasure() argument490 fForceClosed = forceClosed; in SkPathMeasure()493 fIter.setPath(path, forceClosed); in SkPathMeasure()500 void SkPathMeasure::setPath(const SkPath* path, bool forceClosed) { in setPath() argument503 fForceClosed = forceClosed; in setPath()507 fIter.setPath(*path, forceClosed); in setPath()