Home
last modified time | relevance | path

Searched refs:CustomLayerHost (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcustom_layer.hpp25 class CustomLayerHost { class
27 virtual ~CustomLayerHost() = default;
67 std::unique_ptr<CustomLayerHost> host);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dcustom_layer_impl.hpp17 std::unique_ptr<CustomLayerHost> host);
22 std::shared_ptr<CustomLayerHost> host;
H A Dcustom_layer_impl.cpp7 std::unique_ptr<CustomLayerHost> host_) in Impl()
H A Dcustom_layer.cpp9 std::unique_ptr<CustomLayerHost> host) in CustomLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_custom_layer.hpp28 std::shared_ptr<style::CustomLayerHost> host;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1389 class HostWrapper : public mbgl::style::CustomLayerHost { in addCustomLayer()