Searched refs:updateScreenPoints (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem_p_p.h | 85 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 D | qdeclarativecirclemapitem_p_p.h | 192 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 D | qdeclarativerectanglemapitem_p_p.h | 148 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 D | qdeclarativepolylinemapitem_p_p.h | 79 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 D | qdeclarativepolygonmapitem.cpp | 269 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 D | qdeclarativepolylinemapitem.cpp | 669 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 D | qmapcircleobjectqsg.cpp | 112 m_dataCPU->m_geometry.updateScreenPoints(*m_map); in updateGeometryCPU() 143 m_dataCPU->m_borderGeometry.updateScreenPoints(*m_map, borderWidth(), false); in updateGeometryCPU()
|