Searched refs:BackgroundOpacity (Results 1 – 4 of 4) sorted by relevance
130 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()
23 struct BackgroundOpacity : PaintProperty<float> { struct30 BackgroundOpacity
38 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()
311 backgroundColor = paint.get<BackgroundColor>() * paint.get<BackgroundOpacity>(); in render()