Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp480 QList<QDoubleVector2D> wrappedBbox, wrappedBboxPlus1, wrappedBboxMinus1; in updateSourcePoints() local
483 wrappedBbox, wrappedBboxMinus1, wrappedBboxPlus1, &m_bboxLeftBoundWrapped); in updateSourcePoints()
493 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()
515 QList<QDoubleVector2D> wrappedBbox, wrappedBboxPlus1, wrappedBboxMinus1; in updateSourcePoints() local
518 wrappedBbox, wrappedBboxMinus1, wrappedBboxPlus1, &m_bboxLeftBoundWrapped); in updateSourcePoints()
527 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()
573 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry() local
577 QDeclarativeGeoMapItemUtils::clipPolygon(wrappedBbox, p, clippedBbox, &bboxLeftBoundWrapped); in updateQuickGeometry()
H A Dqdeclarativepolylinemapitem.cpp823 QList<QDoubleVector2D> wrappedBbox, wrappedBboxPlus1, wrappedBboxMinus1; in updateSourcePoints() local
825 wrappedBbox, wrappedBboxMinus1, wrappedBboxPlus1, &m_bboxLeftBoundWrapped); in updateSourcePoints()
834 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()
895 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry() local
899 …QDeclarativeGeoMapItemUtils::clipPolygon(wrappedBbox, p, clippedBbox, &bboxLeftBoundWrapped, false… in updateQuickGeometry()