Searched refs:screenWindowXoffset (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | dmxreconfig.c | 69 attr.screenWindowXoffset = strtol(argv[3], NULL, 0); in main() 120 (attr.screenWindowXoffset < 0 ? "" : "+"), in main() 121 attr.screenWindowXoffset, in main() 142 (attr.screenWindowXoffset < 0 ? "" : "+"), in main() 143 attr.screenWindowXoffset, in main()
|
| H A D | dmxaddscreen.c | 68 attr.screenWindowXoffset = strtol(argv[4], NULL, 0); in main()
|
| H A D | dmxinfo.c | 214 sinfo.screenWindowXoffset, sinfo.screenWindowYoffset, in main()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.h | 50 int screenWindowXoffset; /* displayName's coordinate system */ member
|
| H A D | dmx.c | 91 attr->screenWindowXoffset = value; in dmxSetScreenAttribute() 361 .screenWindowXoffset = attr.screenWindowXoffset, in ProcDMXGetScreenAttributes() 378 swaps(&rep.screenWindowXoffset); in ProcDMXGetScreenAttributes()
|
| H A D | dmxextension.c | 94 attr->screenWindowXoffset = dmxScreen->scrnX; in dmxGetScreenAttributes() 537 if (attr->screenWindowXoffset < 0 || in dmxConfigureScreenWindows() 539 attr->screenWindowXoffset in dmxConfigureScreenWindows() 590 attr->screenWindowXoffset, attr->screenWindowYoffset, in dmxConfigureScreenWindows() 597 attr->screenWindowXoffset, in dmxConfigureScreenWindows()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 157 screenWindowXoffset: INT16 687 2 INT16 screenWindowXoffset
|