Home
last modified time | relevance | path

Searched refs:CirclePitchAlignment (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.hpp43 struct CirclePitchAlignment : PaintProperty<AlignmentType> { struct
67 CirclePitchAlignment,
H A Dcircle_layer.cpp293 return impl().paint.template get<CirclePitchAlignment>().value; in getCirclePitchAlignment()
300 impl_->paint.template get<CirclePitchAlignment>().value = value; in setCirclePitchAlignment()
307 impl_->paint.template get<CirclePitchAlignment>().options = options; in setCirclePitchAlignmentTransition()
312 return impl().paint.template get<CirclePitchAlignment>().options; in getCirclePitchAlignmentTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp56 const bool pitchWithMap = evaluated.get<CirclePitchAlignment>() == AlignmentType::Map; in render()
156 …bool alignWithMap = evaluated.evaluate<style::CirclePitchAlignment>(zoom, feature) == AlignmentTyp… in queryIntersectsFeature()
171 auto pitchAlignment = evaluated.evaluate<style::CirclePitchAlignment>(zoom, feature); in queryIntersectsFeature()