Home
last modified time | relevance | path

Searched refs:LineOpacity (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 Dline_layer_properties.hpp35 struct LineOpacity : DataDrivenPaintProperty<float, attributes::a_opacity, uniforms::u_opacity> { struct
83 LineOpacity,
H A Dline_layer.cpp169 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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp45 passes = (evaluated.get<style::LineOpacity>().constantOr(1.0) > 0 in evaluate()