Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem_p_p.h85 void updateScreenPoints(const QGeoMap &map, qreal strokeWidth = 0.0);
115 …void updateScreenPoints(const QGeoMap &map, qreal strokeWidth = 0.0, const QColor &strokeColor = Q…
408 m_geometry.updateScreenPoints(*map, borderWidth); in updatePolish()
430 m_borderGeometry.updateScreenPoints(*map, borderWidth); in updatePolish()
577 m_geometry.updateScreenPoints(*m_poly.map(), lineWidth, lineColor); in updatePolish()
587 m_borderGeometry.updateScreenPoints(*m_poly.map(), lineWidth); in updatePolish()
H A Dqdeclarativecirclemapitem_p_p.h192 m_geometry.updateScreenPoints(*m_circle.map(), m_circle.m_border.width()); in updatePolish()
223 m_borderGeometry.updateScreenPoints(*m_circle.map(), m_circle.m_border.width()); in updatePolish()
354 m_geometry.updateScreenPoints(*m_circle.map(), lineWidth, lineColor); in updatePolish()
364 m_borderGeometry.updateScreenPoints(*m_circle.map(), lineWidth); in updatePolish()
H A Dqdeclarativerectanglemapitem_p_p.h148 m_geometry.updateScreenPoints(*m_rect.map(), m_rect.m_border.width()); in updatePolish()
169 m_borderGeometry.updateScreenPoints(*m_rect.map(), m_rect.m_border.width()); in updatePolish()
321 m_geometry.updateScreenPoints(*m_rect.map(), lineWidth, lineColor); in updatePolish()
331 m_borderGeometry.updateScreenPoints(*m_rect.map(), lineWidth); in updatePolish()
H A Dqdeclarativepolylinemapitem_p_p.h79 void updateScreenPoints(const QGeoMap &map,
301 void updateScreenPoints(const QGeoMap &map,
686 m_geometry.updateScreenPoints(*map, borderWidth); in updatePolish()
797 m_geometry.updateScreenPoints(*m_poly.map(), lineWidth); in updatePolish()
H A Dqdeclarativepolygonmapitem.cpp269 void QGeoMapPolygonGeometry::updateScreenPoints(const QGeoMap &map, qreal strokeWidth) in updateScreenPoints() function in QGeoMapPolygonGeometry
542 void QGeoMapPolygonGeometryOpenGL::updateScreenPoints(const QGeoMap &map, qreal strokeWidth , const… in updateScreenPoints() function in QGeoMapPolygonGeometryOpenGL
H A Dqdeclarativepolylinemapitem.cpp669 void QGeoMapPolylineGeometry::updateScreenPoints(const QGeoMap &map, in updateScreenPoints() function in QGeoMapPolylineGeometry
864 void QGeoMapPolylineGeometryOpenGL::updateScreenPoints(const QGeoMap &map, qreal strokeWidth, bool … in updateScreenPoints() function in QGeoMapPolylineGeometryOpenGL
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp112 m_dataCPU->m_geometry.updateScreenPoints(*m_map); in updateGeometryCPU()
143 m_dataCPU->m_borderGeometry.updateScreenPoints(*m_map, borderWidth(), false); in updateGeometryCPU()