Home
last modified time | relevance | path

Searched refs:RasterHueRotate (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 Draster_layer_properties.hpp19 struct RasterHueRotate : PaintProperty<float> { struct
49 RasterHueRotate,
H A Draster_layer.cpp109 return impl().paint.template get<RasterHueRotate>().value; in getRasterHueRotate()
116 impl_->paint.template get<RasterHueRotate>().value = value; in setRasterHueRotate()
123 impl_->paint.template get<RasterHueRotate>().options = options; in setRasterHueRotateTransition()
128 return impl().paint.template get<RasterHueRotate>().options; in getRasterHueRotateTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp95 uniforms::u_spin_weights::Value{ spinWeights(evaluated.get<RasterHueRotate>()) }, in render()