Searched refs:mon_height (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
498 mon_height = 10 * ConfiguredMonitor->features.vsize ;
502 ptr->mon_height = mon_height;
504 if (mon_width && mon_height) {
509 mon_width, mon_height);
H A Dxf86Config.c1955 monitorp->heightmm = conf_monitor->mon_height;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Configure.c494 int len, mon_width, mon_height; local in function:configureDDCMonitorSection
510 mon_height = 10 * ConfiguredMonitor->features.vsize;
514 ptr->mon_height = mon_height;
516 if (mon_width && mon_height) {
521 mon_width, mon_height);
H A Dxf86Config.c1899 monitorp->heightmm = conf_monitor->mon_height;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
H A Dxf86Parser.h207 int mon_height; /* in mm */ member in struct:__anond430d9490b08
H A DMonitor.c462 ptr->mon_height = val.realnum;
683 ptr->mon_height);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
H A Dxf86Parser.h185 int mon_height; /* in mm */ member in struct:__anon01ede9dc0b08
H A DMonitor.c453 ptr->mon_height = xf86_lex_val.realnum;
668 ptr->mon_width, ptr->mon_height);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86RandR12.c792 output->conf_monitor->mon_height > 0))
798 mmHeight = output->conf_monitor->mon_height;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86RandR12.c802 output->conf_monitor->mon_height > 0)) {
807 mmHeight = output->conf_monitor->mon_height;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c7452 output->mm_height = output->conf_monitor->mon_height;

Completed in 28 milliseconds