Searched defs:intent (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ |
H A D | sp-image.cpp | 278 int intent = INTENT_PERCEPTUAL; local 282 intent = INTENT_RELATIVE_COLORIMETRIC; 285 intent = INTENT_SATURATION; 288 intent = INTENT_ABSOLUTE_COLORIMETRIC; 294 intent = INTENT_PERCEPTUAL; 302 intent, 0 );
|
H A D | color-profile.cpp | 277 this->readAttr( "rendering-intent" ); 424 repr->setAttribute( "rendering-intent", this->intentStr ); 469 int intent = INTENT_PERCEPTUAL; local 472 intent = INTENT_RELATIVE_COLORIMETRIC; 475 intent = INTENT_SATURATION; 478 intent = INTENT_ABSOLUTE_COLORIMETRIC; 484 intent = INTENT_PERCEPTUAL; 486 return intent; 508 cmsHPROFILE Inkscape::CMSSystem::getHandle( SPDocument* document, guint* intent, gchar const* name ) argument 517 if ( intent ) { 537 int intent = getLcmsIntent(rendering_intent); local 546 int intent = getLcmsIntent(rendering_intent); local 1117 int intent = prefs->getIntLimited( "/options/displayprofile/intent", 0, 0, 3 ); local 1303 int intent = prefs->getIntLimited( "/options/displayprofile/intent", 0, 0, 3 ); local [all...] |
Completed in 19 milliseconds