Home
last modified time | relevance | path

Searched refs:onSourceLoaded (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dsource_observer.hpp14 virtual void onSourceLoaded(Source&) {} in onSourceLoaded() function in mbgl::style::SourceObserver
H A Dstyle_impl.cpp287 void Style::Impl::onSourceLoaded(Source& source) { in onSourceLoaded() function in mbgl::style::Style::Impl
289 observer->onSourceLoaded(source); in onSourceLoaded()
H A Dstyle_impl.hpp126 void onSourceLoaded(Source&) override;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source.cpp76 observer->onSourceLoaded(*this); in loadDescription()
H A Dimage_source.cpp78 observer->onSourceLoaded(*this); in loadDescription()
H A Dvector_source.cpp69 observer->onSourceLoaded(*this); in loadDescription()
H A Draster_source.cpp72 observer->onSourceLoaded(*this); in loadDescription()