Home
last modified time | relevance | path

Searched refs:HillshadeIlluminationAnchor (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.hpp19 struct HillshadeIlluminationAnchor : PaintProperty<HillshadeIlluminationAnchorType> { struct
41 HillshadeIlluminationAnchor,
H A Dhillshade_layer.cpp109 return impl().paint.template get<HillshadeIlluminationAnchor>().value; in getHillshadeIlluminationAnchor()
116 impl_->paint.template get<HillshadeIlluminationAnchor>().value = value; in setHillshadeIlluminationAnchor()
123 impl_->paint.template get<HillshadeIlluminationAnchor>().options = options; in setHillshadeIlluminationAnchorTransition()
128 return impl().paint.template get<HillshadeIlluminationAnchor>().options; in getHillshadeIlluminationAnchorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_hillshade_layer.cpp40 …if (evaluated.get<HillshadeIlluminationAnchor>() == HillshadeIlluminationAnchorType::Viewport) azi… in getLight()