Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dheatmap_layer_properties.hpp29 struct HeatmapOpacity : PaintProperty<float> { struct
38 HeatmapOpacity
H A Dheatmap_layer.cpp218 return impl().paint.template get<HeatmapOpacity>().value; in getHeatmapOpacity()
225 impl_->paint.template get<HeatmapOpacity>().value = value; in setHeatmapOpacity()
232 impl_->paint.template get<HeatmapOpacity>().options = options; in setHeatmapOpacityTransition()
237 return impl().paint.template get<HeatmapOpacity>().options; in getHeatmapOpacityTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp39 passes = (evaluated.get<style::HeatmapOpacity>() > 0) in evaluate()
153 uniforms::u_opacity::Value{ evaluated.get<HeatmapOpacity>() } in render()