Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp115 m_syncState = MapTypeSync | CameraDataSync | ViewportSync | VisibleAreaSync; in updateSceneGraph()
120 m_syncState = MapTypeSync | CameraDataSync | ViewportSync | VisibleAreaSync; in updateSceneGraph()
134 if (m_syncState & VisibleAreaSync) { in updateSceneGraph()
146 if (m_syncState & CameraDataSync || m_syncState & VisibleAreaSync) { in updateSceneGraph()
327 m_syncState = m_syncState | VisibleAreaSync; in setVisibleArea()
H A Dqgeomapmapboxgl_p.h77 VisibleAreaSync = 1 << 3 enumerator