Home
last modified time | relevance | path

Searched refs:ViewportSync (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()
155 if (m_syncState & ViewportSync) { in updateSceneGraph()
297 m_syncState = m_syncState | ViewportSync; in changeViewportSize()
H A Dqgeomapmapboxgl_p.h74 ViewportSync = 1 << 0, enumerator