Home
last modified time | relevance | path

Searched refs:m_wrapOffset (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmappolygonobjectqsg.cpp152 …m_borderGeometry.m_wrapOffset = m_geometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercat… in updateGeometry()
H A Dqmapcircleobjectqsg.cpp192 …m_dataGL->m_borderGeometry.m_wrapOffset = m_dataGL->m_geometry.m_wrapOffset = p.projectionWrapFact… in updateGeometryGL()
H A Dqmappolylineobjectqsg.cpp102 m_borderGeometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercator) + 1; in updateGeometry()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp552m_wrapOffset = p.projectionWrapFactor(leftBoundMercator) + 1; // +1 to get the offset into QLists in updateScreenPoints()
573 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry()
576 bboxLeftBoundWrapped.setX(bboxLeftBoundWrapped.x() + double(m_wrapOffset - 1)); in updateQuickGeometry()
922 … (o.m_center == m_center && o.m_geoProjection == m_geoProjection && o.m_wrapOffset == m_wrapOffset) in compare()
1025 fill_material_.setWrapOffset(fillShape->m_wrapOffset - 1); in update()
H A Dqdeclarativepolygonmapitem_p_p.h145 int m_wrapOffset; variable
241 return m_wrapOffset; in wrapOffset()
246 m_wrapOffset = wrapOffset; in setWrapOffset()
255 int m_wrapOffset = 0; variable
H A Dqdeclarativepolylinemapitem_p_p.h175 return m_wrapOffset; in wrapOffset()
180 m_wrapOffset = wrapOffset; in setWrapOffset()
199 int m_wrapOffset = 0; variable
370 int m_wrapOffset; variable
H A Dqdeclarativepolylinemapitem.cpp874m_wrapOffset = p.projectionWrapFactor(leftBoundMercator) + 1; // +1 to get the offset into QLists in updateScreenPoints()
895 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry()
898 bboxLeftBoundWrapped.setX(bboxLeftBoundWrapped.x() + double(m_wrapOffset - 1)); in updateQuickGeometry()
1535 fill_material_.setWrapOffset(shape->m_wrapOffset - 1); in update()
1604 …nter == m_center && o.m_geoProjection == m_geoProjection && o.m_wrapOffset == m_wrapOffset && o.m_… in compare()
1749 fill_material_.setWrapOffset(shape->m_wrapOffset - 1); in update()