| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_download.cpp | 79 SourceType type = source->getType(); in getStatus() 103 case SourceType::Vector: { in getStatus() 109 case SourceType::Raster: { in getStatus() 115 case SourceType::RasterDEM: { in getStatus() 121 case SourceType::GeoJSON: { in getStatus() 129 case SourceType::Image: { in getStatus() 137 case SourceType::Video: in getStatus() 138 case SourceType::Annotations: in getStatus() 139 case SourceType::CustomVector: in getStatus() 166 SourceType type = source->getType(); in activateDownload() [all …]
|
| H A D | offline.cpp | 27 std::vector<CanonicalTileID> OfflineTilePyramidRegionDefinition::tileCover(style::SourceType type, … in tileCover() 41 uint64_t OfflineTilePyramidRegionDefinition::tileCount(style::SourceType type, uint16_t tileSize, c… in tileCount() 52 Range<uint8_t> OfflineTilePyramidRegionDefinition::coveringZoomRange(style::SourceType type, uint16… in coveringZoomRange()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_source.cpp | 19 case SourceType::Vector: in create() 21 case SourceType::Raster: in create() 23 case SourceType::RasterDEM: in create() 25 case SourceType::GeoJSON: in create() 27 case SourceType::Video: in create() 30 case SourceType::Annotations: in create() 32 case SourceType::Image: in create() 34 case SourceType::CustomVector: in create()
|
| H A D | tile_pyramid.cpp | 68 const SourceType type, in update() 108 if (type == SourceType::Raster) { in update() 208 if (type != SourceType::Annotations) { in update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | types.cpp | 8 MBGL_DEFINE_ENUM(SourceType, { 9 { SourceType::Vector, "vector" }, 10 { SourceType::Raster, "raster" }, 11 { SourceType::GeoJSON, "geojson" }, 12 { SourceType::Video, "video" }, 13 { SourceType::Annotations, "annotations" }, 14 { SourceType::Image, "image" }, 15 { SourceType::CustomVector, "customvector" }
|
| H A D | source_impl.hpp | 24 const SourceType type; 28 Impl(SourceType, std::string);
|
| H A D | source_impl.cpp | 6 Source::Impl::Impl(SourceType type_, std::string id_) in Impl()
|
| H A D | source.cpp | 18 SourceType Source::getType() const { in getType()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/ |
| H A D | raster_source.hpp | 15 …ant<std::string, Tileset> urlOrTileset, uint16_t tileSize, SourceType sourceType = SourceType::Ras… 35 return getType() == SourceType::Raster; in is()
|
| H A D | raster_dem_source.hpp | 21 return getType() == SourceType::RasterDEM; in is()
|
| H A D | vector_source.hpp | 33 return getType() == SourceType::Vector; in is()
|
| H A D | image_source.hpp | 37 return getType() == SourceType::Image; in is()
|
| H A D | geojson_source.hpp | 50 return getType() == SourceType::GeoJSON; in is()
|
| H A D | custom_geometry_source.hpp | 54 return getType() == SourceType::CustomVector; in is()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | offline.hpp | 33 …std::vector<CanonicalTileID> tileCover(style::SourceType, uint16_t tileSize, const Range<uint8_t>&… 34 uint64_t tileCount(style::SourceType, uint16_t tileSize, const Range<uint8_t>& zoomRange) const; 41 …Range<uint8_t> coveringZoomRange(style::SourceType, uint16_t tileSize, const Range<uint8_t>& zoomR…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | mapbox.cpp | 117 canonicalizeTileURL(const std::string& str, const style::SourceType type, const uint16_t tileSize) { in canonicalizeTileURL() 136 if (type == style::SourceType::Raster || type == style::SourceType::RasterDEM) { in canonicalizeTileURL() 174 void canonicalizeTileset(Tileset& tileset, const std::string& sourceURL, style::SourceType type, ui… in canonicalizeTileset()
|
| H A D | mapbox.hpp | 22 std::string canonicalizeTileURL(const std::string& url, style::SourceType, uint16_t tileSize); 25 void canonicalizeTileset(Tileset&, const std::string& url, style::SourceType, uint16_t tileSize);
|
| H A D | tile_cover.cpp | 133 int32_t coveringZoomLevel(double zoom, style::SourceType type, uint16_t size) { in coveringZoomLevel() 135 if (type == style::SourceType::Raster || type == style::SourceType::Video) { in coveringZoomLevel()
|
| H A D | tile_cover.hpp | 34 int32_t coveringZoomLevel(double z, style::SourceType type, uint16_t tileSize);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | raster_dem_source.cpp | 13 : RasterSource(std::move(id), urlOrTileset_, tileSize, SourceType::RasterDEM){ in RasterDEMSource()
|
| H A D | raster_source_impl.hpp | 11 Impl(SourceType sourceType, std::string id, uint16_t tileSize);
|
| H A D | vector_source_impl.cpp | 7 : Source::Impl(SourceType::Vector, std::move(id_)) { in Impl()
|
| H A D | raster_source_impl.cpp | 6 RasterSource::Impl::Impl(SourceType sourceType, std::string id_, uint16_t tileSize_) in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | annotation_source.cpp | 13 : Source::Impl(SourceType::Annotations, AnnotationManager::SourceID) { in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | source.hpp | 59 SourceType getType() const;
|