Searched refs:hprof (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ |
H A D | color-profile.cpp | 1152 cmsHPROFILE hprof = getSystemProfileHandle(); local 1153 cmsHPROFILE proofProf = hprof ? getProofProfileHandle() : 0; 1156 if ( hprof && proofProf ) { 1190 transf = cmsCreateProofingTransform( ColorProfileImpl::getSRGBProfile(), TYPE_BGRA_8, hprof, TYPE_BGRA_8, proofProf, intent, proofIntent, dwFlags ); 1191 } else if ( hprof ) { 1192 transf = cmsCreateTransform( ColorProfileImpl::getSRGBProfile(), TYPE_BGRA_8, hprof, TYPE_BGRA_8, intent, 0 ); 1206 cmsHPROFILE hprof; member in class:MemProfile 1212 hprof(0), 1268 if ( item.hprof ) { 1269 cmsCloseProfile( item.hprof ); [all...] |
Completed in 686 milliseconds