Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp66 …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 Dqgeosimplify_p.h73 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 Dqdeclarativegeomapitemutils.cpp64 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 Dqdeclarativepolylinemapitem.cpp854 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 Dqdeclarativepolylinemapitem_p_p.h246 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 Dqdeclarativepolygonmapitem.cpp371 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 Dqdeclarativecirclemapitem.cpp688 QGeoCoordinate &leftBound) in calculatePeripheralPoints() argument
728 leftBound = path.at(idx); in calculatePeripheralPoints()
H A Dqdeclarativecirclemapitem_p_p.h111 qreal distance, int steps, QGeoCoordinate &leftBound);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp96 QGeoCoordinate leftBound; in featureFromMapCircle() local
97 …U::calculatePeripheralPoints(path, mapItem->center(), mapItem->radius(), circleSamples, leftBound); in featureFromMapCircle()