Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp575 QDoubleVector2D bboxLeftBoundWrapped = m_bboxLeftBoundWrapped; in updateQuickGeometry() local
576 bboxLeftBoundWrapped.setX(bboxLeftBoundWrapped.x() + double(m_wrapOffset - 1)); in updateQuickGeometry()
577 QDeclarativeGeoMapItemUtils::clipPolygon(wrappedBbox, p, clippedBbox, &bboxLeftBoundWrapped); in updateQuickGeometry()
H A Dqdeclarativepolylinemapitem.cpp897 QDoubleVector2D bboxLeftBoundWrapped = m_bboxLeftBoundWrapped; in updateQuickGeometry() local
898 bboxLeftBoundWrapped.setX(bboxLeftBoundWrapped.x() + double(m_wrapOffset - 1)); in updateQuickGeometry()
899 …QDeclarativeGeoMapItemUtils::clipPolygon(wrappedBbox, p, clippedBbox, &bboxLeftBoundWrapped, false… in updateQuickGeometry()