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

/inkscape/src/
H A Dcolor-profile.cpp130 cmsHPROFILE _profHandle; member in class:Inkscape::ColorProfileImpl
156 _profHandle(0),
255 if ( _profHandle ) {
256 cmsCloseProfile( _profHandle );
257 _profHandle = 0;
335 this->impl->_profHandle = cmsOpenProfileFromFile( fullname, "r" );
336 if ( this->impl->_profHandle ) {
337 this->impl->_profileSpace = cmsGetColorSpace( this->impl->_profHandle );
338 this->impl->_profileClass = cmsGetDeviceClass( this->impl->_profHandle );
340 DEBUG_MESSAGE( lcmsOne, "cmsOpenProfileFromFile( '%s'...) = %p", fullname, (void*)this->impl->_profHandle );
[all...]

Completed in 2018 milliseconds