Home
last modified time | relevance | path

Searched refs:LineOffset (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 Dline_layer_properties.hpp59 struct LineOffset : DataDrivenPaintProperty<float, attributes::a_offset<1>, uniforms::u_offset> { struct
89 LineOffset,
H A Dline_layer.cpp331 return impl().paint.template get<LineOffset>().value; in getLineOffset()
338 impl_->paint.template get<LineOffset>().value = value; in setLineOffset()
345 impl_->paint.template get<LineOffset>().options = options; in setLineOffsetTransition()
350 return impl().paint.template get<LineOffset>().options; in getLineOffsetTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp196 auto offset = evaluated.get<style::LineOffset>() in queryIntersectsFeature()
197 … .evaluate(feature, zoom, style::LineOffset::defaultValue()) * pixelsToTileUnits; in queryIntersectsFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dline_bucket.cpp498 float offset = get<LineOffset>(*lineLayer, paintPropertyBinders); in getQueryRadius()