| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeosimplify.cpp | 66 …st QGeoCoordinate &pc, const QGeoCoordinate &ac, const QGeoCoordinate &bc, const double &leftBound) in closestPoint() argument 69 if (p.x() < leftBound) in closestPoint() 70 p.setX(p.x() + leftBound); // unwrap X in closestPoint() 73 if (a.x() < leftBound) in closestPoint() 74 a.setX(a.x() + leftBound); // unwrap X in closestPoint() 77 if (b.x() < leftBound) in closestPoint() 78 b.setX(b.x() + leftBound); // unwrap X in closestPoint() 82 intersection.setX(intersection.x() - leftBound); // wrap X in closestPoint() 88 …st QGeoCoordinate &pc, const QGeoCoordinate &ac, const QGeoCoordinate &bc, const double &leftBound) in getSegDist() argument 90 const QGeoCoordinate closest = closestPoint(pc, ac, bc, leftBound); in getSegDist() [all …]
|
| H A D | qgeosimplify_p.h | 73 const double &leftBound); 79 const double &leftBound); 85 const double &leftBound); 88 const double &leftBound, 96 const double &leftBound); 99 const double &leftBound, 106 const double &leftBound, 114 const double &leftBound, 118 const double &leftBound, 122 const double &leftBound, [all …]
|
| H A D | qdeclarativegeomapitemutils.cpp | 64 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath() local 77 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath() 90 *leftBoundWrapped = leftBound; in wrapPath() 102 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath() local 103 wrapPath(path, leftBound,wrappedPath); in wrapPath() 105 *leftBoundWrapped = leftBound; in wrapPath()
|
| H A D | qdeclarativepolylinemapitem.cpp | 854 QGeoCoordinate leftBound; in updateSourcePoints() local 856 …, circle.center(), circle.radius(), QDeclarativeCircleMapItemPrivateCPU::CircleSamples, leftBound); in updateSourcePoints() 858 geoLeftBound_ = leftBound; in updateSourcePoints() 859 QDeclarativeGeoMapItemUtils::wrapPath(path, leftBound, p, wrappedPath, &leftBoundWrapped); in updateSourcePoints() 1969 double leftBound, in PolylineSimplifyTask() argument 1973 , m_leftBound(leftBound) in PolylineSimplifyTask() 2005 double leftBound, in enqueueSimplificationTask() argument 2013 leftBound, in enqueueSimplificationTask() 2021 void QGeoMapItemLODGeometry::selectLOD(unsigned int zoom, double leftBound, bool /* closed */) // c… in selectLOD() argument 2042 leftBound, in selectLOD() [all …]
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 246 void selectLOD(unsigned int zoom, double leftBound, bool /*closed*/); 255 double leftBound, 259 void selectLODOnDataChanged(unsigned int zoom, double leftBound) const; 261 bool selectLODOnLODMismatch(unsigned int zoom, double leftBound, bool closed) const in selectLODOnLODMismatch() argument 267 leftBound, in selectLODOnLODMismatch()
|
| H A D | qdeclarativepolygonmapitem.cpp | 371 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath() local 389 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath() 399 *leftBoundWrapped = leftBound; in wrapPath()
|
| H A D | qdeclarativecirclemapitem.cpp | 688 QGeoCoordinate &leftBound) in calculatePeripheralPoints() argument 728 leftBound = path.at(idx); in calculatePeripheralPoints()
|
| H A D | qdeclarativecirclemapitem_p_p.h | 111 qreal distance, int steps, QGeoCoordinate &leftBound);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 96 QGeoCoordinate leftBound; in featureFromMapCircle() local 97 …U::calculatePeripheralPoints(path, mapItem->center(), mapItem->radius(), circleSamples, leftBound); in featureFromMapCircle()
|