Home
last modified time | relevance | path

Searched refs:CircleColor (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.hpp19 struct CircleColor : DataDrivenPaintProperty<Color, attributes::a_color, uniforms::u_color> { struct
61 CircleColor,
H A Dcircle_layer.cpp131 return impl().paint.template get<CircleColor>().value; in getCircleColor()
138 impl_->paint.template get<CircleColor>().value = value; in setCircleColor()
145 impl_->paint.template get<CircleColor>().options = options; in setCircleColorTransition()
150 return impl().paint.template get<CircleColor>().options; in getCircleColorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp39 && (evaluated.get<style::CircleColor>().constantOr(Color::black()).a > 0 || in evaluate()