Home
last modified time | relevance | path

Searched refs:GeometryTileLayer (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.hpp50 class GeometryTileLayer { class
52 virtual ~GeometryTileLayer() = default;
69 virtual std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const = 0;
H A Dvector_tile_data.hpp26 class VectorTileLayer : public GeometryTileLayer {
44 std::unique_ptr<GeometryTileLayer> getLayer(const std::string& name) const override;
H A Dgeojson_tile_data.hpp48 class GeoJSONTileLayer : public GeometryTileLayer {
85 std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const override { in getLayer()
H A Dvector_tile_data.cpp70 std::unique_ptr<GeometryTileLayer> VectorTileData::getLayer(const std::string& name) const { in getLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.hpp39 class AnnotationTileLayer : public GeometryTileLayer {
59 std::unique_ptr<GeometryTileLayer> getLayer(const std::string&) const override;
H A Dannotation_tile.cpp103 std::unique_ptr<GeometryTileLayer> AnnotationTileData::getLayer(const std::string& name) const { in getLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dsymbol_layout.hpp32 std::unique_ptr<GeometryTileLayer>,
71 const std::unique_ptr<GeometryTileLayer> sourceLayer;
H A Dsymbol_layout.cpp40 std::unique_ptr<GeometryTileLayer> sourceLayer_, in SymbolLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_symbol_layer.hpp57 class GeometryTileLayer;
78 std::unique_ptr<GeometryTileLayer>,
H A Drender_symbol_layer.cpp41 … std::unique_ptr<GeometryTileLayer> layer, in createLayout()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp141 std::unique_ptr<GeometryTileLayer> sourceLayer; in addFeature()