Home
last modified time | relevance | path

Searched refs:ptCMQuality_FastSRGB (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/photivo/photivo/Sources/
H A DptConstants.h155 const short ptCMQuality_FastSRGB = 2; variable
H A DptGuiOptions.cpp182 {ptCMQuality_FastSRGB, QObject::tr("Fast sRGB preview") },
H A DptSettings.cpp147 …{"CMQuality" ,ptGT_Choice ,1,1,0 ,ptCMQuality_FastSRGB ,GuiOptions-… in ptSettings()
H A DptMain.cpp1747 …rnValue = PreviewImage->lcmsRGBToPreviewRGB(Settings->GetInt("CMQuality") == ptCMQuality_FastSRGB); in UpdatePreviewImage()
1998 PreviewImage->lcmsRGBToPreviewRGB(Settings->GetInt("CMQuality") == ptCMQuality_FastSRGB); in UpdatePreviewImage()
2016 …Value = HistogramImage->lcmsRGBToPreviewRGB(Settings->GetInt("CMQuality") == ptCMQuality_FastSRGB); in UpdatePreviewImage()
H A DptMainWindow.cpp2018 bool Temp = Settings->GetInt("CMQuality") != ptCMQuality_FastSRGB; in UpdateSettings()