Home
last modified time | relevance | path

Searched refs:HillshadeHighlightColor (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 Dhillshade_layer_properties.hpp31 struct HillshadeHighlightColor : PaintProperty<Color> { struct
44 HillshadeHighlightColor,
H A Dhillshade_layer.cpp190 return impl().paint.template get<HillshadeHighlightColor>().value; in getHillshadeHighlightColor()
197 impl_->paint.template get<HillshadeHighlightColor>().value = value; in setHillshadeHighlightColor()
204 impl_->paint.template get<HillshadeHighlightColor>().options = options; in setHillshadeHighlightColorTransition()
209 return impl().paint.template get<HillshadeHighlightColor>().options; in getHillshadeHighlightColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp80 uniforms::u_highlight::Value{ evaluated.get<HillshadeHighlightColor>() }, in render()