Home
last modified time | relevance | path

Searched refs:getZoomRange (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_geojson_source.cpp43 const uint8_t maxZ = impl().getZoomRange().max; in update()
64 impl().getZoomRange(), in update()
H A Drender_custom_geometry_source.cpp46 impl().getZoomRange(), in update()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dcustom_geometry_source_impl.hpp19 Range<uint8_t> getZoomRange() const;
H A Dgeojson_source_impl.hpp26 Range<uint8_t> getZoomRange() const;
H A Dcustom_geometry_source_impl.cpp31 Range<uint8_t> CustomGeometrySource::Impl::getZoomRange() const { in getZoomRange() function in mbgl::style::CustomGeometrySource::Impl
H A Dcustom_geometry_source.cpp41 loader->self().invoke(&CustomTileLoader::invalidateRegion, bounds, impl().getZoomRange()); in invalidateRegion()
H A Dgeojson_source_impl.cpp73 Range<uint8_t> GeoJSONSource::Impl::getZoomRange() const { in getZoomRange() function in mbgl::style::GeoJSONSource::Impl