Searched refs:outTypes (Results 1 – 1 of 1) sorted by relevance
577 QVector<QPainterPath::ElementType> &outTypes) in clipSegmentToRect() argument627 outTypes << QPainterPath::MoveToElement; in clipSegmentToRect()631 outTypes << QPainterPath::MoveToElement; in clipSegmentToRect()635 outTypes << QPainterPath::LineToElement; in clipSegmentToRect()644 QVector<QPainterPath::ElementType> &outTypes) in clipPathToRect() argument648 outTypes.clear(); in clipPathToRect()649 outTypes.reserve(types.size()); in clipPathToRect()656 clipSegmentToRect(lastX, lastY, x, y, clipRect, outPoints, outTypes); in clipPathToRect()