Searched refs:intent (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dcms-system.h20 static cmsHPROFILE getHandle( SPDocument* document, unsigned int* intent, char const* name );
H A Dcolor-profile.cpp277 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...]
H A Dsp-image.cpp278 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 );
/inkscape/packaging/macosx/Resources/etc/fonts/
H A Dfonts.conf11 The intent of this standard configuration file is to be adequate for

Completed in 131 milliseconds