Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem_p_p.h222 mutable QVector<QDeclarativeGeoMapItemUtils::vec2> *m_screenVertices; variable
237 m_screenVertices = m_verticesLOD.front().data(); // resetting pointer to data to be LOD 0 in resetLOD()
338 if (m_screenVertices->size()) in contains()
339 …a = p.wrappedMapProjectionToItemPosition(p.wrapMapProjection(m_screenVertices->first().toDoubleVec… in contains()
341 for (int i = 1; i < m_screenVertices->size(); ++i) in contains()
344 …a = p.wrappedMapProjectionToItemPosition(p.wrapMapProjection(m_screenVertices->at(i).toDoubleVecto… in contains()
348 …b = p.wrappedMapProjectionToItemPosition(p.wrapMapProjection(m_screenVertices->at(i).toDoubleVecto… in contains()
H A Dqdeclarativepolylinemapitem.cpp830 for (const auto &v: qAsConst(wrappedPath)) m_screenVertices->append(v); in updateSourcePoints()
1517 if (shape->m_screenVertices->size() < 2) { in update()
1645 const QVector<QDeclarativeGeoMapItemUtils::vec2> &v = *m_screenVertices; in allocateAndFillEntries()
1712 const QVector<QDeclarativeGeoMapItemUtils::vec2> &vx = *m_screenVertices; in allocateAndFillLineStrip()
1730 if (shape->m_screenVertices->size() < 2 in update()
1961 return m_screenVertices == m_verticesLOD[zoomToLOD(lod)].data(); in isLODActive()
2025 m_screenVertices = m_verticesLOD[requestedLod].data(); in selectLOD()
2035 m_screenVertices = m_verticesLOD[i].data(); in selectLOD()
2080m_screenVertices = m_verticesLOD[qMin<unsigned int>(lod, 1)].data(); // return only 0,1 synchronou… in selectLODOnDataChanged()
H A Dqdeclarativepolygonmapitem_p_p.h122 const QVector<QDeclarativeGeoMapItemUtils::vec2> &vx = m_screenVertices; in allocateAndFillPolygon()
141 QVector<QDeclarativeGeoMapItemUtils::vec2> m_screenVertices; variable
H A Dqdeclarativepolygonmapitem.cpp489 cutPathEars(wrappedPath, m_screenVertices, m_screenIndices); in updateSourcePoints()
524 cutPathEars(wrappedPath, m_screenVertices, m_screenIndices); in updateSourcePoints()