Home
last modified time | relevance | path

Searched refs:TileCache (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_cache.cpp8 void TileCache::setSize(size_t size_) { in setSize()
20 void TileCache::add(const OverscaledTileID& key, std::unique_ptr<Tile> tile) { in add()
42 Tile* TileCache::get(const OverscaledTileID& key) { in get()
51 std::unique_ptr<Tile> TileCache::pop(const OverscaledTileID& key) { in pop()
66 bool TileCache::has(const OverscaledTileID& key) { in has()
70 void TileCache::clear() { in clear()
H A Dtile_cache.hpp13 class TileCache { class
15 TileCache(size_t size_ = 0) : size(size_) {} in TileCache() function in mbgl::TileCache
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.hpp72 TileCache cache;