Home
last modified time | relevance | path

Searched refs:BackgroundOpacity (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dbackground_layer.cpp130 return impl().paint.template get<BackgroundOpacity>().value; in getBackgroundOpacity()
137 impl_->paint.template get<BackgroundOpacity>().value = value; in setBackgroundOpacity()
144 impl_->paint.template get<BackgroundOpacity>().options = options; in setBackgroundOpacityTransition()
149 return impl().paint.template get<BackgroundOpacity>().options; in getBackgroundOpacityTransition()
H A Dbackground_layer_properties.hpp23 struct BackgroundOpacity : PaintProperty<float> { struct
30 BackgroundOpacity
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_background_layer.cpp38 passes = evaluated.get<style::BackgroundOpacity>() > 0 ? RenderPass::Translucent in evaluate()
96 evaluated.get<BackgroundOpacity>(), in render()
113 uniforms::u_opacity::Value{ evaluated.get<BackgroundOpacity>() }, in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.cpp311 backgroundColor = paint.get<BackgroundColor>() * paint.get<BackgroundOpacity>(); in render()