HomeSort by: relevance | last modified time | path
    Searched refs:mon_width (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86Configure.c 485 int len, mon_width, mon_height; local
497 mon_width = 10 * ConfiguredMonitor->features.hsize ;
501 ptr->mon_width = mon_width;
504 if (mon_width && mon_height) {
509 mon_width, mon_height);
xf86Config.c 1954 monitorp->widthmm = conf_monitor->mon_width;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86Configure.c 494 int len, mon_width, mon_height; local
509 mon_width = 10 * ConfiguredMonitor->features.hsize;
513 ptr->mon_width = mon_width;
516 if (mon_width && mon_height) {
521 mon_width, mon_height);
xf86Config.c 1898 monitorp->widthmm = conf_monitor->mon_width;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
xf86Parser.h 184 int mon_width; /* in mm */ member in struct:__anon10069
Monitor.c 450 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/parser/
xf86Parser.h 206 int mon_width; /* in mm */ member in struct:__anon10654
Monitor.c 459 ptr->mon_width = val.realnum;
680 if (ptr->mon_width)
682 ptr->mon_width,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86RandR12.c 791 (output->conf_monitor->mon_width > 0 &&
797 mmWidth = output->conf_monitor->mon_width;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86RandR12.c 801 (output->conf_monitor->mon_width > 0 &&
806 mmWidth = output->conf_monitor->mon_width;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_display.c 7451 output->mm_width = output->conf_monitor->mon_width;

Completed in 17 milliseconds