Home
last modified time | relevance | path

Searched refs:CircleTranslateAnchor (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.hpp35 struct CircleTranslateAnchor : PaintProperty<TranslateAnchorType> { struct
65 CircleTranslateAnchor,
H A Dcircle_layer.cpp239 return impl().paint.template get<CircleTranslateAnchor>().value; in getCircleTranslateAnchor()
246 impl_->paint.template get<CircleTranslateAnchor>().value = value; in setCircleTranslateAnchor()
253 impl_->paint.template get<CircleTranslateAnchor>().options = options; in setCircleTranslateAnchorTransition()
258 return impl().paint.template get<CircleTranslateAnchor>().options; in getCircleTranslateAnchorTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp73 evaluated.get<CircleTranslateAnchor>(), in render()
143 evaluated.get<style::CircleTranslateAnchor>(), in queryIntersectsFeature()