Home
last modified time | relevance | path

Searched refs:HillshadeShadowColor (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.hpp27 struct HillshadeShadowColor : PaintProperty<Color> { struct
43 HillshadeShadowColor,
H A Dhillshade_layer.cpp163 return impl().paint.template get<HillshadeShadowColor>().value; in getHillshadeShadowColor()
170 impl_->paint.template get<HillshadeShadowColor>().value = value; in setHillshadeShadowColor()
177 impl_->paint.template get<HillshadeShadowColor>().options = options; in setHillshadeShadowColorTransition()
182 return impl().paint.template get<HillshadeShadowColor>().options; in getHillshadeShadowColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp81 uniforms::u_shadow::Value{ evaluated.get<HillshadeShadowColor>() }, in render()