Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp577 QVector<QPainterPath::ElementType> &outTypes) in clipSegmentToRect() argument
627 outTypes << QPainterPath::MoveToElement; in clipSegmentToRect()
631 outTypes << QPainterPath::MoveToElement; in clipSegmentToRect()
635 outTypes << QPainterPath::LineToElement; in clipSegmentToRect()
644 QVector<QPainterPath::ElementType> &outTypes) in clipPathToRect() argument
648 outTypes.clear(); in clipPathToRect()
649 outTypes.reserve(types.size()); in clipPathToRect()
656 clipSegmentToRect(lastX, lastY, x, y, clipRect, outPoints, outTypes); in clipPathToRect()