Home
last modified time | relevance | path

Searched refs:CircleStrokeWidth (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dcircle_layer_properties.hpp47 struct CircleStrokeWidth : DataDrivenPaintProperty<float, attributes::a_stroke_width, uniforms::u_s… struct
68 CircleStrokeWidth,
H A Dcircle_layer.cpp320 return impl().paint.template get<CircleStrokeWidth>().value; in getCircleStrokeWidth()
327 impl_->paint.template get<CircleStrokeWidth>().value = value; in setCircleStrokeWidth()
334 impl_->paint.template get<CircleStrokeWidth>().options = options; in setCircleStrokeWidthTransition()
339 return impl().paint.template get<CircleStrokeWidth>().options; in getCircleStrokeWidthTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp38 evaluated.get<style::CircleStrokeWidth>().constantOr(1) > 0) in evaluate()
149 auto stroke = evaluated.evaluate<style::CircleStrokeWidth>(zoom, feature); in queryIntersectsFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dcircle_bucket.cpp112 float stroke = get<CircleStrokeWidth>(*circleLayer, paintPropertyBinders); in getQueryRadius()