Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp491 m_wrappedPolygons.resize(3); in updateSourcePoints()
492 m_wrappedPolygons[0].wrappedBboxes = wrappedBboxMinus1; in updateSourcePoints()
493 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()
494 m_wrappedPolygons[2].wrappedBboxes = wrappedBboxPlus1; in updateSourcePoints()
525 m_wrappedPolygons.resize(3); in updateSourcePoints()
526 m_wrappedPolygons[0].wrappedBboxes = wrappedBboxMinus1; in updateSourcePoints()
527 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()
528 m_wrappedPolygons[2].wrappedBboxes = wrappedBboxPlus1; in updateSourcePoints()
573 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry()
H A Dqdeclarativepolylinemapitem.cpp832 m_wrappedPolygons.resize(3); in updateSourcePoints()
833 m_wrappedPolygons[0].wrappedBboxes = wrappedBboxMinus1; in updateSourcePoints()
834 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()
835 m_wrappedPolygons[2].wrappedBboxes = wrappedBboxPlus1; in updateSourcePoints()
895 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry()
H A Dqdeclarativepolygonmapitem_p_p.h144 QVector<WrappedPolygon> m_wrappedPolygons; variable
H A Dqdeclarativepolylinemapitem_p_p.h369 QVector<WrappedPolyline> m_wrappedPolygons; variable