Home
last modified time | relevance | path

Searched refs:CircleStrokeColor (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 Dcircle_layer_properties.hpp51 struct CircleStrokeColor : DataDrivenPaintProperty<Color, attributes::a_stroke_color, uniforms::u_s… struct
69 CircleStrokeColor,
H A Dcircle_layer.cpp347 return impl().paint.template get<CircleStrokeColor>().value; in getCircleStrokeColor()
354 impl_->paint.template get<CircleStrokeColor>().value = value; in setCircleStrokeColor()
361 impl_->paint.template get<CircleStrokeColor>().options = options; in setCircleStrokeColorTransition()
366 return impl().paint.template get<CircleStrokeColor>().options; in getCircleStrokeColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp40 evaluated.get<style::CircleStrokeColor>().constantOr(Color::black()).a > 0) in evaluate()