Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp489 cutPathEars(wrappedPath, m_screenVertices, m_screenIndices); in updateSourcePoints()
524 cutPathEars(wrappedPath, m_screenVertices, m_screenIndices); in updateSourcePoints()
1007 if (fillShape->m_screenIndices.size() < 3 || fillColor.alpha() == 0) { in update()
H A Dqdeclarativepolygonmapitem_p_p.h123 const QVector<quint32> &ix = m_screenIndices; in allocateAndFillPolygon()
142 QVector<quint32> m_screenIndices; variable