Home
last modified time | relevance | path

Searched refs:setTileData (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 Dcustom_geometry_source.cpp31 void CustomGeometrySource::setTileData(const CanonicalTileID& tileID, in setTileData() function in mbgl::style::CustomGeometrySource
33 loader->self().invoke(&CustomTileLoader::setTileData, tileID, data); in setTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dcustom_tile_loader.cpp16 tileRef.invoke(&CustomGeometryTile::setTileData, *(cachedTileData->second)); in fetchTile()
58 void CustomTileLoader::setTileData(const CanonicalTileID& tileID, const GeoJSON& data) { in setTileData() function in mbgl::style::CustomTileLoader
65 actor.invoke(&CustomGeometryTile::setTileData, *dataPtr); in setTileData()
H A Dcustom_tile_loader.hpp27 void setTileData(const CanonicalTileID& tileID, const GeoJSON& data);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dcustom_geometry_tile.hpp26 void setTileData(const GeoJSON& data);
H A Dcustom_geometry_tile.cpp31 void CustomGeometryTile::setTileData(const GeoJSON& geoJSON) { in setTileData() function in mbgl::CustomGeometryTile
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/sources/
H A Dcustom_geometry_source.hpp42 void setTileData(const CanonicalTileID&, const GeoJSON&);