HomeSort by: relevance | last modified time | path
    Searched defs:mon_width (Results 1 - 4 of 4) 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);
  /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);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/
xf86Parser.h 184 int mon_width; /* in mm */ member in struct:__anon10069
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/
xf86Parser.h 206 int mon_width; /* in mm */ member in struct:__anon10654

Completed in 7 milliseconds