Home
last modified time | relevance | path

Searched refs:RasterResampling (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.hpp39 struct RasterResampling : PaintProperty<RasterResamplingType> { struct
54 RasterResampling,
H A Draster_layer.cpp244 return impl().paint.template get<RasterResampling>().value; in getRasterResampling()
251 impl_->paint.template get<RasterResampling>().value = value; in setRasterResampling()
258 impl_->paint.template get<RasterResampling>().options = options; in setRasterResamplingTransition()
263 return impl().paint.template get<RasterResampling>().options; in getRasterResamplingTransition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_raster_layer.cpp126 …const gl::TextureFilter filter = evaluated.get<RasterResampling>() == RasterResamplingType::Neares… in render()