Home
last modified time | relevance | path

Searched refs:cancelTileFunction (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.cpp10 cancelTileFunction = cancelTileFn; in CustomTileLoader()
110 if (cancelTileFunction != nullptr) { in invokeTileCancel()
111 cancelTileFunction(tileID); in invokeTileCancel()
H A Dcustom_tile_loader.hpp37 TileFunction cancelTileFunction; 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.hpp34 TileFunction cancelTileFunction; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source.cpp17 …r<CustomTileLoader>>(*sharedThreadPool(), options.fetchTileFunction, options.cancelTileFunction)) { in CustomGeometrySource()