Home
last modified time | relevance | path

Searched refs:LineColor (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.hpp39 struct LineColor : DataDrivenPaintProperty<Color, attributes::a_color, uniforms::u_color> { struct
84 LineColor,
H A Dline_layer.cpp196 return impl().paint.template get<LineColor>().value; in getLineColor()
203 impl_->paint.template get<LineColor>().value = value; in setLineColor()
210 impl_->paint.template get<LineColor>().options = options; in setLineColorTransition()
215 return impl().paint.template get<LineColor>().options; in getLineColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp46 && evaluated.get<style::LineColor>().constantOr(Color::black()).a > 0 in evaluate()