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

/inkscape/src/
H A Dcms-system.h18 class CMSSystem { class in namespace:Inkscape
H A Dcolor-profile.h34 friend class CMSSystem;
H A Dcolor-profile.cpp508 cmsHPROFILE Inkscape::CMSSystem::getHandle( SPDocument* document, guint* intent, gchar const* name )
633 std::vector<Glib::ustring> Inkscape::CMSSystem::getDisplayNames()
648 std::vector<Glib::ustring> Inkscape::CMSSystem::getSoftproofNames()
663 Glib::ustring Inkscape::CMSSystem::getPathForProfile(Glib::ustring const& name)
678 void Inkscape::CMSSystem::doTransform(cmsHTRANSFORM transform, void *inBuf, void *outBuf, unsigned int size)
683 bool Inkscape::CMSSystem::isPrintColorSpace(ColorProfile const *profile)
693 gint Inkscape::CMSSystem::getChannelCount(ColorProfile const *profile)
1104 cmsHTRANSFORM Inkscape::CMSSystem::getDisplayTransform()
1240 Glib::ustring Inkscape::CMSSystem::getDisplayId( int screen, int monitor )
1255 Glib::ustring Inkscape::CMSSystem
[all...]
H A Dsp-image.cpp272 cmsHPROFILE prof = Inkscape::CMSSystem::getHandle( this->document,
/inkscape/src/svg/
H A Dsvg-color.cpp46 using Inkscape::CMSSystem;
523 size_t count = CMSSystem::getChannelCount( prof );
531 CMSSystem::doTransform( trans, color_in, color_out, 1 );
/inkscape/src/ui/widget/
H A Dcolor-notebook.cpp48 using Inkscape::CMSSystem;
315 if (prof && CMSSystem::isPrintColorSpace(prof)) {
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp73 using Inkscape::CMSSystem;
847 Glib::ustring path = CMSSystem::getPathForProfile(active);
857 Glib::ustring path = CMSSystem::getPathForProfile(active);
1087 std::vector<Glib::ustring> names = ::Inkscape::CMSSystem::getDisplayNames();
1095 Glib::ustring path = CMSSystem::getPathForProfile(*it);
1105 names = ::Inkscape::CMSSystem::getSoftproofNames();
1110 Glib::ustring path = CMSSystem::getPathForProfile(*it);
/inkscape/src/display/
H A Dsp-canvas.cpp1573 transf = Inkscape::CMSSystem::getDisplayPer(_cms_key);
1575 transf = Inkscape::CMSSystem::getDisplayTransform();
1584 Inkscape::CMSSystem::doTransform(transf, row, row, paint_rect.width());
/inkscape/src/widgets/
H A Ddesktop-widget.cpp205 Glib::ustring id = Inkscape::CMSSystem::setDisplayPer( buf, len, screen, monitor );
754 Glib::ustring id = Inkscape::CMSSystem::getDisplayId( 0, 0 );
1069 Glib::ustring id = Inkscape::CMSSystem::getDisplayId( screenNum, monitor );

Completed in 51 milliseconds