Home
last modified time | relevance | path

Searched refs:LineTranslateAnchor (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.hpp47 struct LineTranslateAnchor : PaintProperty<TranslateAnchorType> { struct
86 LineTranslateAnchor,
H A Dline_layer.cpp250 return impl().paint.template get<LineTranslateAnchor>().value; in getLineTranslateAnchor()
257 impl_->paint.template get<LineTranslateAnchor>().value = value; in setLineTranslateAnchor()
264 impl_->paint.template get<LineTranslateAnchor>().options = options; in setLineTranslateAnchorTransition()
269 return impl().paint.template get<LineTranslateAnchor>().options; in getLineTranslateAnchorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dline_program.cpp25 properties.get<LineTranslateAnchor>(), in makeValues()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_line_layer.cpp191 evaluated.get<style::LineTranslateAnchor>(), in queryIntersectsFeature()