Home
last modified time | relevance | path

Searched refs:hueSaturationIdx (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/raster/
H A Dqgsrasterpipe.cpp211 int hueSaturationIdx = mRoleMap.value( HueSaturationRole, -1 ); in set() local
231 … std::max( std::max( std::max( providerIdx, rendererIdx ), brightnessIdx ), hueSaturationIdx ) + 1; in set()
235 …x( std::max( std::max( providerIdx, rendererIdx ), brightnessIdx ), hueSaturationIdx ), resamplerI… in set()
/dports/graphics/qgis/qgis-3.22.3/src/core/raster/
H A Dqgsrasterpipe.cpp227 int hueSaturationIdx = mRoleMap.value( Qgis::RasterPipeInterfaceRole::HueSaturation, -1 ); in set() local
247 … std::max( std::max( std::max( providerIdx, rendererIdx ), brightnessIdx ), hueSaturationIdx ) + 1; in set()
251 …x( std::max( std::max( providerIdx, rendererIdx ), brightnessIdx ), hueSaturationIdx ), resamplerI… in set()