Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p_p.h185 m_lineWidth = lw; in setLineWidth()
190 return m_lineWidth; in lineWidth()
200 float m_lineWidth = 1.0; variable
H A Dqdeclarativepolylinemapitem.cpp1604 …geoProjection == m_geoProjection && o.m_wrapOffset == m_wrapOffset && o.m_lineWidth == m_lineWidth) in compare()