Home
last modified time | relevance | path

Searched refs:HeatmapWeight (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dheatmap_layer_properties.hpp19 struct HeatmapWeight : DataDrivenPaintProperty<float, attributes::a_weight, uniforms::u_weight> { struct
35 HeatmapWeight,
H A Dheatmap_layer.cpp135 return impl().paint.template get<HeatmapWeight>().value; in getHeatmapWeight()
142 impl_->paint.template get<HeatmapWeight>().value = value; in setHeatmapWeight()
149 impl_->paint.template get<HeatmapWeight>().options = options; in setHeatmapWeightTransition()
154 return impl().paint.template get<HeatmapWeight>().options; in getHeatmapWeightTransition()