Home
last modified time | relevance | path

Searched refs:isFullyLoaded (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp169 bool isFullyLoaded() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp204 bool isFullyLoaded() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp362 if (!map->isFullyLoaded()) { in threadedRenderingHack()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1097 bool QMapboxGL::isFullyLoaded() const in isFullyLoaded() function in QMapboxGL
1099 return d_ptr->mapObj->isFullyLoaded(); in isFullyLoaded()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp748 bool Map::isFullyLoaded() const { in isFullyLoaded() function in mbgl::Map