Lines Matching refs:PathSegment
93 struct PathSegment { struct in __anon22ae24220111::SkPathStroker2
107 void strokeLine(const PathSegment& line, bool needsMove);
114 void join(const PathSegment& prev, const PathSegment& curr);
120 static SkPoint unitNormal(const PathSegment& seg, float t);
123 static float squaredLineLength(const PathSegment& lineSeg);
140 PathSegment segment, prevSegment; in getFillPath()
180 void SkPathStroker2::strokeLine(const PathSegment& line, bool needsMove) { in strokeLine()
216 void SkPathStroker2::join(const PathSegment& prev, const PathSegment& curr) { in join()
217 const auto miterJoin = [this](const PathSegment& prev, const PathSegment& curr) { in join()
329 SkPoint SkPathStroker2::unitNormal(const PathSegment& seg, float t) { in unitNormal()
340 float SkPathStroker2::squaredLineLength(const PathSegment& lineSeg) { in squaredLineLength()