Searched refs:segmentPoints (Results 1 – 1 of 1) sorted by relevance
259 segmentPoints.push_back(point); in addMove()265 if (segmentPoints.empty()) { in addLine()266 segmentPoints.push_back(SkPoint::Make(0, 0)); in addLine()268 } else if (segmentPoints.back() == toPoint) { in addLine()272 segmentPoints.push_back(toPoint); in addLine()367 addLine(segmentPoints, lengths, iter->second); in addBezier()431 std::vector<SkPoint> segmentPoints; in approximate() local441 if (segmentPoints.empty()) { in approximate()454 segmentPoints.push_back(segmentPoints.back()); in approximate()459 size_t numPoints = segmentPoints.size(); in approximate()[all …]