Home
last modified time | relevance | path

Searched refs:fetchTileFunction (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcustom_tile_loader.cpp9 fetchTileFunction = fetchTileFn; in CustomTileLoader()
104 if (fetchTileFunction != nullptr) { in invokeTileFetch()
105 fetchTileFunction(tileID); in invokeTileFetch()
H A Dcustom_tile_loader.hpp36 TileFunction fetchTileFunction; member in mbgl::style::CustomTileLoader
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dcustom_geometry_source.hpp33 TileFunction fetchTileFunction; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source.cpp17 …loader(std::make_unique<Actor<CustomTileLoader>>(*sharedThreadPool(), options.fetchTileFunction, o… in CustomGeometrySource()