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

/inkscape/src/
H A Dcolor-profile.cpp1153 cmsHPROFILE proofProf = hprof ? getProofProfileHandle() : 0; local
1156 if ( hprof && proofProf ) {
1190 transf = cmsCreateProofingTransform( ColorProfileImpl::getSRGBProfile(), TYPE_BGRA_8, hprof, TYPE_BGRA_8, proofProf, intent, proofIntent, dwFlags );
1338 cmsHPROFILE proofProf = item.hprof ? getProofProfileHandle() : 0; local
1341 if ( item.hprof && proofProf ) {
1375 item.transf = cmsCreateProofingTransform( ColorProfileImpl::getSRGBProfile(), TYPE_BGRA_8, item.hprof, TYPE_BGRA_8, proofProf, intent, proofIntent, dwFlags );

Completed in 64 milliseconds