Home
last modified time | relevance | path

Searched refs:CircleTranslate (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.hpp31 struct CircleTranslate : PaintProperty<std::array<float, 2>> { struct
64 CircleTranslate,
H A Dcircle_layer.cpp212 return impl().paint.template get<CircleTranslate>().value; in getCircleTranslate()
219 impl_->paint.template get<CircleTranslate>().value = value; in setCircleTranslate()
226 impl_->paint.template get<CircleTranslate>().options = options; in setCircleTranslateTransition()
231 return impl().paint.template get<CircleTranslate>().options; in getCircleTranslateTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp72 tile.translatedMatrix(evaluated.get<CircleTranslate>(), in render()
142 evaluated.get<style::CircleTranslate>(), in queryIntersectsFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dcircle_bucket.cpp113 auto translate = circleLayer->evaluated.get<CircleTranslate>(); in getQueryRadius()