Home
last modified time | relevance | path

Searched refs:HillshadeAccentColor (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.hpp35 struct HillshadeAccentColor : PaintProperty<Color> { struct
45 HillshadeAccentColor
H A Dhillshade_layer.cpp217 return impl().paint.template get<HillshadeAccentColor>().value; in getHillshadeAccentColor()
224 impl_->paint.template get<HillshadeAccentColor>().value = value; in setHillshadeAccentColor()
231 impl_->paint.template get<HillshadeAccentColor>().options = options; in setHillshadeAccentColorTransition()
236 return impl().paint.template get<HillshadeAccentColor>().options; in getHillshadeAccentColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp82 uniforms::u_accent::Value{ evaluated.get<HillshadeAccentColor>() }, in render()