Home
last modified time | relevance | path

Searched refs:geoshape_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp178 geoshape_.setTopLeft(coordinate_); in setCoordinate()
179 geoshape_.setBottomRight(coordinate_); in setCoordinate()
359 return geoshape_; in geoShape()
364 if (shape == geoshape_) in setGeoShape()
368 geoshape_ = rect; in setGeoShape()
H A Dqdeclarativegeomapquickitem_p.h121 QGeoRectangle geoshape_; variable