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

/inkscape/src/
H A Dcolor-profile.cpp1118 int proofIntent = prefs->getIntLimited( "/options/softproof/intent", 0, 0, 3 ); local
1133 || (lastProofIntent != proofIntent)
1143 lastProofIntent = proofIntent;
1190 transf = cmsCreateProofingTransform( ColorProfileImpl::getSRGBProfile(), TYPE_BGRA_8, hprof, TYPE_BGRA_8, proofProf, intent, proofIntent, dwFlags );
1304 int proofIntent = prefs->getIntLimited( "/options/softproof/intent", 0, 0, 3 ); local
1319 || (lastProofIntent != proofIntent)
1329 lastProofIntent = proofIntent;
1375 item.transf = cmsCreateProofingTransform( ColorProfileImpl::getSRGBProfile(), TYPE_BGRA_8, item.hprof, TYPE_BGRA_8, proofProf, intent, proofIntent, dwFlags );

Completed in 36 milliseconds