Home
last modified time | relevance | path

Searched refs:updateSourcePoints (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem_p_p.h82 void updateSourcePoints(const QGeoMap &map,
103 void updateSourcePoints(const QGeoMap &map,
106 void updateSourcePoints(const QGeoMap &map,
109 void updateSourcePoints(const QGeoMap &map,
112 void updateSourcePoints(const QGeoMap &map,
407 m_geometry.updateSourcePoints(*map, m_geopathProjected); in updatePolish()
575 m_geometry.updateSourcePoints(*m_poly.map(), m_poly.m_geopoly); in updatePolish()
585 m_borderGeometry.updateSourcePoints(*m_poly.map(), m_poly.m_geopoly); in updatePolish()
H A Dqdeclarativepolylinemapitem_p_p.h75 void updateSourcePoints(const QGeoMap &map,
285 void updateSourcePoints(const QGeoMap &map,
288 void updateSourcePoints(const QGeoMap &map,
291 void updateSourcePoints(const QGeoProjectionWebMercator &p,
295 void updateSourcePoints(const QGeoMap &map,
298 void updateSourcePoints(const QGeoMap &map,
685 …m_geometry.updateSourcePoints(*map, m_geopathProjected, m_poly.m_geopath.boundingGeoRectangle().to… in updatePolish()
795 m_geometry.updateSourcePoints(*m_poly.map(), m_poly.m_geopath); in updatePolish()
H A Dqdeclarativepolygonmapitem.cpp165 void QGeoMapPolygonGeometry::updateSourcePoints(const QGeoMap &map, in updateSourcePoints() function in QGeoMapPolygonGeometry
341 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QList<QDoubleVector… in updateSourcePoints() function in QGeoMapPolygonGeometryOpenGL
346 updateSourcePoints(map, geopath); in updateSourcePoints()
462 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, in updateSourcePoints() function in QGeoMapPolygonGeometryOpenGL
498 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints() function in QGeoMapPolygonGeometryOpenGL
531 void QGeoMapPolygonGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoRectangle &rect) in updateSourcePoints() function in QGeoMapPolygonGeometryOpenGL
536 updateSourcePoints(map, perimeter); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp520 void QGeoMapPolylineGeometry::updateSourcePoints(const QGeoMap &map, in updateSourcePoints() function in QGeoMapPolylineGeometry
773 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPolygon &poly) in updateSourcePoints() function in QGeoMapPolylineGeometryOpenGL
780 updateSourcePoints(map, p); in updateSourcePoints()
783 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoPath &poly) in updateSourcePoints() function in QGeoMapPolylineGeometryOpenGL
800 updateSourcePoints(p, wrappedPath, boundingRectangle); in updateSourcePoints()
803 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoProjectionWebMercator &p, in updateSourcePoints() function in QGeoMapPolylineGeometryOpenGL
839 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoRectangle &rec… in updateSourcePoints() function in QGeoMapPolylineGeometryOpenGL
842 updateSourcePoints(map, path); in updateSourcePoints()
845 void QGeoMapPolylineGeometryOpenGL::updateSourcePoints(const QGeoMap &map, const QGeoCircle &circle) in updateSourcePoints() function in QGeoMapPolylineGeometryOpenGL
861 updateSourcePoints(p, wrappedPath, boundingRectangle); in updateSourcePoints()
H A Dqdeclarativecirclemapitem_p_p.h191 m_geometry.updateSourcePoints(*m_circle.map(), circlePath); in updatePolish()
352 m_geometry.updateSourcePoints(*m_circle.map(), m_circlePath); in updatePolish()
362 m_borderGeometry.updateSourcePoints(*m_circle.map(), m_circle.m_circle); in updatePolish()
H A Dqdeclarativerectanglemapitem_p_p.h147 m_geometry.updateSourcePoints(*m_rect.map(), pathMercator_); in updatePolish()
319 m_geometry.updateSourcePoints(*m_rect.map(), m_rect.m_rectangle); in updatePolish()
329 m_borderGeometry.updateSourcePoints(*m_rect.map(), m_rect.m_rectangle); in updatePolish()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmappolygonobjectqsg.cpp146 m_geometry.updateSourcePoints(*m_map, m_path); in updateGeometry()
147 m_borderGeometry.updateSourcePoints(*m_map, m_path); in updateGeometry()
H A Dqmapcircleobjectqsg.cpp111 m_dataCPU->m_geometry.updateSourcePoints(*m_map, circlePath); in updateGeometryCPU()
186 m_dataGL->m_geometry.updateSourcePoints(*m_map, m_dataGL->m_circlePath); in updateGeometryGL()
187 m_dataGL->m_borderGeometry.updateSourcePoints(*m_map, QGeoCircle(center(), radius())); in updateGeometryGL()
H A Dqmappolylineobjectqsg.cpp98 m_borderGeometry.updateSourcePoints(*m_map, m_path); in updateGeometry()