Searched refs:ColorProfileClassSigWrapper (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/ | ||
H A D | color-profile-cms-fns.h | 26 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 D | color-profile.cpp | 147 return ColorProfileClassSigWrapper(sig); 531 return ColorProfileClassSigWrapper(impl->_profileClass); |
Completed in 35 milliseconds