Searched refs:rootWindowXoffset (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | dmxreconfig.c | 76 attr.rootWindowXoffset = strtol(argv[7], NULL, 0); in main() 126 (attr.rootWindowXoffset < 0 ? "" : "+"), in main() 127 attr.rootWindowXoffset, in main() 148 (attr.rootWindowXoffset < 0 ? "" : "+"), in main() 149 attr.rootWindowXoffset, in main()
|
| H A D | dmxaddscreen.c | 76 attr.rootWindowXoffset = strtol(argv[8], NULL, 0); in main()
|
| H A D | dmxinfo.c | 218 sinfo.rootWindowXoffset, sinfo.rootWindowYoffset); in main()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.h | 55 int rootWindowXoffset; /* screenWindow's coordinate system */ member
|
| H A D | dmx.c | 103 attr->rootWindowXoffset = value; in dmxSetScreenAttribute() 365 .rootWindowXoffset = attr.rootWindowXoffset, in ProcDMXGetScreenAttributes() 382 swaps(&rep.rootWindowXoffset); in ProcDMXGetScreenAttributes()
|
| H A D | dmxextension.c | 99 attr->rootWindowXoffset = dmxScreen->rootX; in dmxGetScreenAttributes() 546 if (attr->rootWindowXoffset < 0 || in dmxConfigureScreenWindows() 548 attr->rootWindowXoffset in dmxConfigureScreenWindows() 592 attr->rootWindowXoffset, attr->rootWindowYoffset, in dmxConfigureScreenWindows() 604 attr->rootWindowXoffset, in dmxConfigureScreenWindows()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 161 rootWindowXoffset: INT16 691 2 INT16 rootWindowXoffset
|