Home
last modified time | relevance | path

Searched refs:m_bbox (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath_p.h69 QGeoRectangle &m_bbox) in computeBBox() argument
77 m_bbox = QGeoRectangle(); in computeBBox()
115 m_bbox = QGeoRectangle(QGeoCoordinate(m_maxLati, m_path.at(minId).longitude()), in computeBBox()
125 QGeoRectangle &m_bbox) in updateBBox() argument
133 m_bbox = QGeoRectangle(); in updateBBox()
139 m_bbox = QGeoRectangle(QGeoCoordinate(m_maxLati, m_path.at(0).longitude()), in updateBBox()
143 …computeBBox(m_path, m_deltaXs, m_minX, m_maxX, m_minLati, m_maxLati, m_bbox); // something went wr… in updateBBox()
161 double currentMinLongi = m_bbox.topLeft().longitude(); in updateBBox()
162 double currentMaxLongi = m_bbox.bottomRight().longitude(); in updateBBox()
175 m_bbox = QGeoRectangle(QGeoCoordinate(m_maxLati, currentMinLongi), in updateBBox()
[all …]
H A Dqgeocircle.cpp264 return m_bbox; in boundingGeoRectangle()
271 m_bbox.setTopLeft(m_center); in updateBoundingBox()
272 m_bbox.setBottomRight(m_center); in updateBoundingBox()
282 m_bbox = QGeoRectangle(QGeoCoordinate(90.0, -180.0), QGeoCoordinate(-90.0, 180.0)); in updateBoundingBox()
285m_bbox = QGeoRectangle(QGeoCoordinate(90.0, -180.0), QGeoCoordinate(m_center.atDistanceAndAzimuth(… in updateBoundingBox()
287m_bbox = QGeoRectangle(QGeoCoordinate(m_center.atDistanceAndAzimuth(m_radius, 0.0).latitude(), -18… in updateBoundingBox()
325 m_bbox = QGeoRectangle(topLeft, bottomRight); in updateBoundingBox()
471 m_radius(other.m_radius), m_bbox(other.m_bbox) in QGeoCirclePrivate()
H A Dqgeopath.cpp593 computeBBox(m_path, m_deltaXs, m_minX, m_maxX, m_minLati, m_maxLati, m_bbox); in translate()
603 m_bbox.translate(degreesLatitude, degreesLongitude); in translate()
604 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
611 return m_bbox; in boundingGeoRectangle()
677 computeBBox(m_path, m_deltaXs, m_minX, m_maxX, m_minLati, m_maxLati, m_bbox); in computeBoundingBox()
678 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
718 m_bbox.translate(degreesLatitude, degreesLongitude); in translate()
721 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
735 computeBBox(m_path, m_deltaXs, m_minX, m_maxX, m_minLati, m_maxLati, m_bbox); in computeBoundingBox()
736 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
[all …]
H A Dqgeopolygon.cpp528 QGeoRectangle &m_bbox, in translatePoly() argument
550 m_bbox.translate(degreesLatitude, degreesLongitude); in translatePoly()
559 computeBBox(m_path, m_deltaXs, m_minX, m_maxX, m_minLati, m_maxLati, m_bbox); in translate()
560 …translatePoly(m_path, m_holesList, m_bbox, degreesLatitude, degreesLongitude, m_maxLati, m_minLati… in translate()
561 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
675 …translatePoly(m_path, m_holesList, m_bbox, degreesLatitude, degreesLongitude, m_maxLati, m_minLati… in translate()
676 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in translate()
697 computeBBox(m_path, m_deltaXs, m_minX, m_maxX, m_minLati, m_maxLati, m_bbox); in computeBoundingBox()
698 m_leftBoundWrapped = QWebMercator::coordToMercator(m_bbox.topLeft()).x(); in computeBoundingBox()
703 updateBBox(m_path, m_deltaXs, m_minX, m_maxX, m_minLati, m_maxLati, m_bbox); in updateBoundingBox()
H A Dqgeocircle_p.h89 QGeoRectangle m_bbox; variable