Searched refs:mon_width (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Configure.c485 int len, mon_width, mon_height; local in function:configureDDCMonitorSection
497 mon_width = 10 * ConfiguredMonitor->features.hsize ;
501 ptr->mon_width = mon_width;
504 if (mon_width && mon_height) {
509 mon_width, mon_height);
H A Dxf86Config.c1954 monitorp->widthmm = conf_monitor->mon_width;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Configure.c494 int len, mon_width, mon_height; local in function:configureDDCMonitorSection
509 mon_width = 10 * ConfiguredMonitor->features.hsize;
513 ptr->mon_width = mon_width;
516 if (mon_width && mon_height) {
521 mon_width, mon_height);
H A Dxf86Config.c1898 monitorp->widthmm = conf_monitor->mon_width;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dxf86Parser.h206 int mon_width; /* in mm */ member in struct:__anond430d9490b08
H A DMonitor.c459 ptr->mon_width = val.realnum;
680 if (ptr->mon_width)
682 ptr->mon_width,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dxf86Parser.h184 int mon_width; /* in mm */ member in struct:__anon01ede9dc0b08
H A DMonitor.c450 ptr->mon_width = xf86_lex_val.realnum;
666 if (ptr->mon_width)
668 ptr->mon_width, ptr->mon_height);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c791 (output->conf_monitor->mon_width > 0 &&
797 mmWidth = output->conf_monitor->mon_width;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c801 (output->conf_monitor->mon_width > 0 &&
806 mmWidth = output->conf_monitor->mon_width;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c7451 output->mm_width = output->conf_monitor->mon_width;

Completed in 118 milliseconds