Searched refs:LineOpacity (Results 1 – 3 of 3) sorted by relevance
35 struct LineOpacity : DataDrivenPaintProperty<float, attributes::a_opacity, uniforms::u_opacity> { struct83 LineOpacity,
169 return impl().paint.template get<LineOpacity>().value; in getLineOpacity()176 impl_->paint.template get<LineOpacity>().value = value; in setLineOpacity()183 impl_->paint.template get<LineOpacity>().options = options; in setLineOpacityTransition()188 return impl().paint.template get<LineOpacity>().options; in getLineOpacityTransition()
45 passes = (evaluated.get<style::LineOpacity>().constantOr(1.0) > 0 in evaluate()