Home
last modified time | relevance | path

Searched defs:getTile (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dgeojson_source_impl.cpp20 mapbox::geometry::feature_collection<int16_t> getTile(const CanonicalTileID& tileID) final { in getTile() function in mbgl::style::GeoJSONVTData
34 mapbox::geometry::feature_collection<int16_t> getTile(const CanonicalTileID& tileID) final { in getTile() function in mbgl::style::SuperclusterData
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dupdate_renderables.hpp17 void updateRenderables(GetTileFn getTile, in updateRenderables()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp109 const Tile& getTile(const uint8_t z, const uint32_t x_, const uint32_t y) { in getTile() function in mapbox::geojsonvt::GeoJSONVT
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp119 TileFeatures getTile(std::uint8_t z, std::uint32_t x_, std::uint32_t y) { in getTile() function in mapbox::supercluster::Supercluster
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp59 Tile* TilePyramid::getTile(const OverscaledTileID& tileID){ in getTile() function in mbgl::TilePyramid
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline_database.cpp368 optional<std::pair<Response, uint64_t>> OfflineDatabase::getTile(const Resource::TileData& tile) { in getTile() function in mbgl::OfflineDatabase