Searched defs:theOne (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dcolor-profile.cpp991 static cmsHPROFILE theOne = 0; local
1002 if ( theOne ) {
1003 cmsCloseProfile( theOne );
1009 theOne = cmsOpenProfileFromFile( uri.data(), "r" );
1010 if ( theOne ) {
1012 cmsColorSpaceSignature space = cmsGetColorSpace(theOne);
1013 cmsProfileClassSignature profClass = cmsGetDeviceClass(theOne);
1017 cmsCloseProfile( theOne );
1018 theOne = 0;
1021 cmsCloseProfile( theOne );
1044 static cmsHPROFILE theOne = 0; local
[all...]

Completed in 53 milliseconds