Home
last modified time | relevance | path

Searched refs:geoLeftBound (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp54 const QGeoCoordinate &geoLeftBound, in wrapPath() argument
64 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath()
94 const QGeoCoordinate &geoLeftBound, in wrapPath() argument
102 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath()
109 const QDoubleVector2D &geoLeftBound, in wrapPath() argument
122 const bool isPointLessThanUnwrapBelowX = (coord.x() < geoLeftBound.x()); in wrapPath()
H A Dqdeclarativegeomapitemutils_p.h90 ,const QGeoCoordinate &geoLeftBound
98 ,const QGeoCoordinate &geoLeftBound
104 , const QDoubleVector2D &geoLeftBound
H A Dqgeomapitemgeometry_p.h80 … inline void setPreserveGeometry(bool value, const QGeoCoordinate &geoLeftBound = QGeoCoordinate())
84 geoLeftBound_ = geoLeftBound;
86 inline QGeoCoordinate geoLeftBound() { return geoLeftBound_; } in geoLeftBound() function
H A Dqdeclarativepolygonmapitem.cpp353 ,const QGeoCoordinate &geoLeftBound in wrapPath() argument
371 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath()
H A Dqdeclarativepolylinemapitem.cpp522 const QGeoCoordinate geoLeftBound) in updateSourcePoints() argument
527 geoLeftBound_ = geoLeftBound; in updateSourcePoints()
H A Dqdeclarativepolylinemapitem_p_p.h77 const QGeoCoordinate geoLeftBound);