Searched defs:profile (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/ |
H A D | ege-color-prof-tracker.cpp | 255 g_warning("No profile data tracked for the specified item."); 296 g_warning("No profile data tracked for the specified item."); 562 gpointer profile = g_memdup( prop, nitems ); local 563 set_profile( screen, monitor, (const guint8*)profile, nitems ); 566 g_warning("Problem reading profile from root window"); 573 g_warning("error loading profile property");
|
H A D | color-profile.cpp | 42 #include "color-profile.h" 44 #include "color-profile-cms-fns.h" 67 Glib::ustring getNameFromProfile(cmsHPROFILE profile); 365 DEBUG_MESSAGE( lcmsTwo, "<color-profile> name set to '%s'", this->name ); 408 repr = xml_doc->createElement("svg:color-profile"); 521 DEBUG_MESSAGE( lcmsThree, "<color-profile> queried for profile of '%s'. Returning %p with intent of %d", name, prof, (intent? *intent:0) ); 683 bool Inkscape::CMSSystem::isPrintColorSpace(ColorProfile const *profile) argument 686 if ( profile ) { 687 ColorSpaceSigWrapper colorspace = profile 693 getChannelCount(ColorProfile const *profile) argument 891 getNameFromProfile(cmsHPROFILE profile) argument [all...] |
/inkscape/src/ui/widget/ |
H A D | color-icc-selector.cpp | 22 #include "profile-manager.h" 28 #include "color-profile.h" 30 #include "color-profile-cms-fns.h" 277 void _setProfile(SVGICCColor *profile); 584 g_message("Need to switch to profile [%s]", name); 792 void ColorICCSelectorImpl::_setProfile(SVGICCColor *profile) argument 795 g_message("/^^^^^^^^^ %p::_setProfile(%s)", this, ((profile) ? profile->colorProfile.c_str() : "<null>")); 798 if (_prof && (!profile || (_profileName != profile [all...] |
Completed in 37 milliseconds