Home
last modified time | relevance | path

Searched refs:setRasterResampling (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Draster_layer.hpp72 void setRasterResampling(PropertyValue<RasterResamplingType>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Draster_layer.cpp247 void RasterLayer::setRasterResampling(PropertyValue<RasterResamplingType> value) { in setRasterResampling() function in mbgl::style::RasterLayer
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dmake_property_setters.hpp209 … &setProperty<RasterLayer, PropertyValue<RasterResamplingType>, &RasterLayer::setRasterResampling>; in makePaintPropertySetters()