Home
last modified time | relevance | path

Searched refs:supportedIntents (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dicmpanel.cc300 const uint8_t supportedIntents = rtengine::ICCStore::getInstance()->getOutputIntents(profile); in updateRenderingIntent() local
301 const bool supportsPerceptual = supportedIntents & 1 << INTENT_PERCEPTUAL; in updateRenderingIntent()
302 const bool supportsRelative = supportedIntents & 1 << INTENT_RELATIVE_COLORIMETRIC; in updateRenderingIntent()
303 const bool supportsSaturation = supportedIntents & 1 << INTENT_SATURATION; in updateRenderingIntent()
304 const bool supportsAbsolute = supportedIntents & 1 << INTENT_ABSOLUTE_COLORIMETRIC; in updateRenderingIntent()
H A Deditorpanel.cc273 … const uint8_t supportedIntents = rtengine::ICCStore::getInstance()->getProofIntents (profile); in updateParameters() local
274 … const bool supportsRelativeColorimetric = supportedIntents & 1 << INTENT_RELATIVE_COLORIMETRIC; in updateParameters()
275 const bool supportsPerceptual = supportedIntents & 1 << INTENT_PERCEPTUAL; in updateParameters()
276 … const bool supportsAbsoluteColorimetric = supportedIntents & 1 << INTENT_ABSOLUTE_COLORIMETRIC; in updateParameters()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dicmpanel.cc331 const uint8_t supportedIntents = rtengine::ICCStore::getInstance()->getOutputIntents(profile); in updateRenderingIntent() local
332 const bool supportsPerceptual = supportedIntents & 1 << INTENT_PERCEPTUAL; in updateRenderingIntent()
333 const bool supportsRelative = supportedIntents & 1 << INTENT_RELATIVE_COLORIMETRIC; in updateRenderingIntent()
334 const bool supportsSaturation = supportedIntents & 1 << INTENT_SATURATION; in updateRenderingIntent()
335 const bool supportsAbsolute = supportedIntents & 1 << INTENT_ABSOLUTE_COLORIMETRIC; in updateRenderingIntent()
H A Deditorpanel.cc282 … const uint8_t supportedIntents = rtengine::ICCStore::getInstance()->getProofIntents (profile); in updateParameters() local
283 … const bool supportsRelativeColorimetric = supportedIntents & 1 << INTENT_RELATIVE_COLORIMETRIC; in updateParameters()
284 const bool supportsPerceptual = supportedIntents & 1 << INTENT_PERCEPTUAL; in updateParameters()
285 … const bool supportsAbsoluteColorimetric = supportedIntents & 1 << INTENT_ABSOLUTE_COLORIMETRIC; in updateParameters()