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

/inkscape/src/
H A Dcolor-profile-cms-fns.h26 class ColorProfileClassSigWrapper : public ColorProfileClassSig { class in namespace:Inkscape
28 ColorProfileClassSigWrapper( cmsProfileClassSignature sig ) : ColorProfileClassSig( static_cast<guint32>(sig) ) {} function in class:Inkscape::ColorProfileClassSigWrapper
29 ColorProfileClassSigWrapper( ColorProfileClassSig const &other ) : ColorProfileClassSig( other ) {} function in class:Inkscape::ColorProfileClassSigWrapper
H A Dcolor-profile.cpp147 return ColorProfileClassSigWrapper(sig);
531 return ColorProfileClassSigWrapper(impl->_profileClass);

Completed in 60 milliseconds