Searched refs:HillshadeIlluminationAnchor (Results 1 – 3 of 3) sorted by relevance
19 struct HillshadeIlluminationAnchor : PaintProperty<HillshadeIlluminationAnchorType> { struct41 HillshadeIlluminationAnchor,
109 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()
40 …if (evaluated.get<HillshadeIlluminationAnchor>() == HillshadeIlluminationAnchorType::Viewport) azi… in getLight()