Home
last modified time | relevance | path

Searched refs:internalThumbIfUntouched (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Doptions.h281 bool internalThumbIfUntouched; variable
H A Dthumbnail.cc167 if ( initial_ && options.internalThumbIfUntouched) { in _generateThumbnailImage()
425 …if (cfs.format == FT_Raw && options.internalThumbIfUntouched && cfs.thumbImgType != CacheImageData… in clearProcParams()
H A Doptions.cc433internalThumbIfUntouched = true; // if TRUE, only fast, internal preview images are taken if th… in setDefaults()
1026internalThumbIfUntouched = keyFile.get_boolean("File Browser", "InternalThumbIfUntouched"); in readFromFile()
1971 keyFile.set_boolean("File Browser", "InternalThumbIfUntouched", internalThumbIfUntouched); in saveToFile()
H A Dfilebrowserentry.cc113 bool upgrade_to_processed = (!options.internalThumbIfUntouched || thumbnail->isPParamsValid()); in refreshQuickThumbnailImage()
H A Dpreferences.cc1764 moptions.internalThumbIfUntouched = ckbInternalThumbIfUntouched->get_active (); in storePreferences()
1989 ckbInternalThumbIfUntouched->set_active (moptions.internalThumbIfUntouched); in fillPreferences()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Doptions.h298 bool internalThumbIfUntouched; variable
H A Dthumbnail.cc124 if ( initial_ && options.internalThumbIfUntouched) { in _generateThumbnailImage()
457 …if (cfs.format == FT_Raw && options.internalThumbIfUntouched && cfs.thumbImgType != CacheImageData… in clearProcParams()
H A Dfilebrowserentry.cc536 const bool upgrade = (!options.internalThumbIfUntouched || thumbnail->isPParamsValid()); in update_refresh_status()
H A Doptions.cc419internalThumbIfUntouched = true; // if TRUE, only fast, internal preview images are taken if th… in setDefaults()
1067internalThumbIfUntouched = keyFile.get_boolean("File Browser", "InternalThumbIfUntouched"); in readFromFile()
1965 keyFile.set_boolean("File Browser", "InternalThumbIfUntouched", internalThumbIfUntouched); in saveToFile()
H A Dpreferences.cc1633 moptions.internalThumbIfUntouched = ckbInternalThumbIfUntouched->get_active (); in storePreferences()
1877 ckbInternalThumbIfUntouched->set_active (moptions.internalThumbIfUntouched); in fillPreferences()