Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p_p.h488 const Qt::PenCapStyle capStyle = Qt::SquareCap);
560 const Qt::PenCapStyle capStyle = Qt::FlatCap,
597 Qt::PenCapStyle m_penCapStyle = Qt::SquareCap;
H A Dqdeclarativepolylinemapitem.cpp1327 … m_d->m_penCapStyle = lineCap.value<Qt::PenCapStyle>(); // if invalid, will return 0 == FlatCap in updateLineStyleParameter()
1515 const Qt::PenCapStyle /*capStyle*/) in update() argument
1725 const Qt::PenCapStyle capStyle, in update()