Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/
H A Dqdeclarativegeolocation.cpp128 retValue.setBoundingBox(m_boundingBox); in location()
190 if (m_boundingBox == boundingBox) in setBoundingBox()
193 m_boundingBox = boundingBox; in setBoundingBox()
199 return m_boundingBox; in boundingBox()
H A Dqdeclarativegeolocation_p.h97 QGeoRectangle m_boundingBox; variable