Searched refs:monitor (Results 1 - 6 of 6) sorted by relevance
/inkscape/src/ |
H A D | cms-system.h | 24 static Glib::ustring getDisplayId( int screen, int monitor ); 26 static Glib::ustring setDisplayPer( void* buf, unsigned int bufLen, int screen, int monitor );
|
H A D | ege-color-prof-tracker.cpp | 113 static void fire(GdkScreen* screen, gint monitor); 114 static void clear_profile( GdkScreen* screen, guint monitor ); 115 static void set_profile( GdkScreen* screen, guint monitor, const guint8* data, guint len ); 224 gint monitor = 0; local 225 for ( monitor = 0; monitor < (gint)track->profiles->len; monitor++ ) { 226 g_signal_emit( G_OBJECT(tracker), signals[MODIFIED], 0, screenNum, monitor ); local 271 void ege_color_prof_tracker_get_profile_for( guint screenNum, guint monitor, gpointer* ptr, guint* len ) argument 289 if ( monitor < screenTrac 530 gint monitor = 0; local 628 fire(GdkScreen* screen, gint monitor) argument 669 set_profile( GdkScreen* screen, guint monitor, const guint8* data, guint len ) argument [all...] |
H A D | ege-color-prof-tracker.h | 97 void ege_color_prof_tracker_get_profile_for( guint screen, guint monitor, gpointer* ptr, guint* len );
|
H A D | color-profile.cpp | 1240 Glib::ustring Inkscape::CMSSystem::getDisplayId( int screen, int monitor ) 1246 if ( monitor >= 0 && monitor < static_cast<int>(row.size()) ) { 1247 MemProfile& item = row[monitor]; 1255 Glib::ustring Inkscape::CMSSystem::setDisplayPer( gpointer buf, guint bufLen, int screen, int monitor ) 1262 while ( static_cast<int>(row.size()) <= monitor ) { 1266 MemProfile& item = row[monitor];
|
/inkscape/src/debug/ |
H A D | log-display-config.cpp | 30 Monitor(GdkScreen *screen, gint monitor) : ConfigurationEvent("monitor") { argument 32 gdk_screen_get_monitor_geometry(screen, monitor, &area);
|
/inkscape/src/widgets/ |
H A D | desktop-widget.cpp | 199 void CMSPrefWatcher::hook(EgeColorProfTracker * /*tracker*/, gint screen, gint monitor, CMSPrefWatcher * /*watcher*/) argument 204 ege_color_prof_tracker_get_profile_for( screen, monitor, reinterpret_cast<gpointer*>(&buf), &len ); 205 Glib::ustring id = Inkscape::CMSSystem::setDisplayPer( buf, len, screen, monitor ); 208 void CMSPrefWatcher::hook(EgeColorProfTracker * /*tracker*/, gint /*screen*/, gint /*monitor*/, CMSPrefWatcher * /*watcher*/) 1068 gint monitor = gdk_screen_get_monitor_at_window(screen, window); local 1069 Glib::ustring id = Inkscape::CMSSystem::getDisplayId( screenNum, monitor );
|
Completed in 233 milliseconds