Searched refs:outPoints (Results 1 – 1 of 1) sorted by relevance
576 QVector<qreal> &outPoints, in clipSegmentToRect() argument621 if (outPoints.size() >= 2) { in clipSegmentToRect()623 lastY = outPoints.at(outPoints.size() - 1); in clipSegmentToRect()624 lastX = outPoints.at(outPoints.size() - 2); in clipSegmentToRect()628 outPoints << x0 << y0; in clipSegmentToRect()632 outPoints << x0 << y0; in clipSegmentToRect()636 outPoints << x1 << y1; in clipSegmentToRect()643 QVector<qreal> &outPoints, in clipPathToRect() argument646 outPoints.clear(); in clipPathToRect()647 outPoints.reserve(points.size()); in clipPathToRect()[all …]