Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source_impl.hpp18 CustomGeometrySource::TileOptions getTileOptions() const;
H A Dcustom_geometry_source_impl.cpp27 CustomGeometrySource::TileOptions CustomGeometrySource::Impl::getTileOptions() const { in getTileOptions() function in mbgl::style::CustomGeometrySource::Impl
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_custom_geometry_source.cpp49 …ake_unique<CustomGeometryTile>(tileID, impl().id, parameters, impl().getTileOptions(), *tileLoader… in update()