Home
last modified time | relevance | path

Searched refs:HeatmapColor (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.hpp27 using HeatmapColor = ColorRampProperty; typedef
37 HeatmapColor,
H A Dheatmap_layer.cpp191 return impl().paint.template get<HeatmapColor>().value; in getHeatmapColor()
198 impl_->paint.template get<HeatmapColor>().value = value; in setHeatmapColor()
205 impl_->paint.template get<HeatmapColor>().options = options; in setHeatmapColorTransition()
210 return impl().paint.template get<HeatmapColor>().options; in getHeatmapColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp183 auto colorValue = unevaluated.get<HeatmapColor>().getValue(); in updateColorRamp()