Home
last modified time | relevance | path

Searched refs:RasterContrast (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.hpp35 struct RasterContrast : PaintProperty<float> { struct
53 RasterContrast,
H A Draster_layer.cpp217 return impl().paint.template get<RasterContrast>().value; in getRasterContrast()
224 impl_->paint.template get<RasterContrast>().value = value; in setRasterContrast()
231 impl_->paint.template get<RasterContrast>().options = options; in setRasterContrastTransition()
236 return impl().paint.template get<RasterContrast>().options; in getRasterContrastTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp94 … uniforms::u_contrast_factor::Value{ contrastFactor(evaluated.get<RasterContrast>()) }, in render()