Home
last modified time | relevance | path

Searched refs:outPoints (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp576 QVector<qreal> &outPoints, in clipSegmentToRect() argument
621 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() argument
646 outPoints.clear(); in clipPathToRect()
647 outPoints.reserve(points.size()); in clipPathToRect()
[all …]