Home
last modified time | relevance | path

Searched refs:CustomLayerRenderParameters (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcustom_layer.hpp13 struct CustomLayerRenderParameters { struct
45 virtual void render(const CustomLayerRenderParameters&) = 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp111 struct Q_MAPBOXGL_EXPORT CustomLayerRenderParameters { struct
126 virtual void render(const CustomLayerRenderParameters&) = 0;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_custom_layer.cpp66 CustomLayerRenderParameters parameters; in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1400 void render(const mbgl::style::CustomLayerRenderParameters& params) { in addCustomLayer()
1401 QMapbox::CustomLayerRenderParameters renderParams; in addCustomLayer()