Home
last modified time | relevance | path

Searched refs:wrapPath (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils_p.h89 static void wrapPath(const QList<QGeoCoordinate> &perimeter
97 static void wrapPath(const QList<QGeoCoordinate> &perimeter
103 static void wrapPath(const QList<QDoubleVector2D> &path
H A Dqdeclarativegeomapitemutils.cpp53 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath() function in QDeclarativeGeoMapItemUtils
93 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QGeoCoordinate> &perimeter, in wrapPath() function in QDeclarativeGeoMapItemUtils
103 wrapPath(path, leftBound,wrappedPath); in wrapPath()
108 void QDeclarativeGeoMapItemUtils::wrapPath(const QList<QDoubleVector2D> &path, in wrapPath() function in QDeclarativeGeoMapItemUtils
H A Dqdeclarativepolygonmapitem.cpp352 static void wrapPath(const QGeoPolygon &poly in wrapPath() function
476 QDeclarativeGeoMapItemUtils::wrapPath(perimeter, geoLeftBound_, p, in updateSourcePoints()
482 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints()
511 wrapPath(poly, geoLeftBound_, p, in updateSourcePoints()
517 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp796 QDeclarativeGeoMapItemUtils::wrapPath(poly.path(), geoLeftBound_, p, in updateSourcePoints()
824 QDeclarativeGeoMapItemUtils::wrapPath(bbox.path(), bbox.boundingGeoRectangle().topLeft(), p, in updateSourcePoints()
859 QDeclarativeGeoMapItemUtils::wrapPath(path, leftBound, p, wrappedPath, &leftBoundWrapped); in updateSourcePoints()