Home
last modified time | relevance | path

Searched defs:tileCover (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_cover.cpp82 std::vector<UnwrappedTileID> tileCover(const Point<double>& tl, in tileCover() function
142 std::vector<UnwrappedTileID> tileCover(const LatLngBounds& bounds_, int32_t z) { in tileCover() function
162 std::vector<UnwrappedTileID> tileCover(const TransformState& state, int32_t z) { in tileCover() function
176 std::vector<UnwrappedTileID> tileCover(const Geometry<double>& geometry, int32_t z) { in tileCover() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/
H A Doffline.cpp27 std::vector<CanonicalTileID> OfflineTilePyramidRegionDefinition::tileCover(style::SourceType type, … in tileCover() function in mbgl::OfflineTilePyramidRegionDefinition
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp157 auto tileCover = util::tileCover(imageBounds, zoom); in update() local