Searched defs:proofProf (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | color-profile.cpp | 1153 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 23 milliseconds