Searched refs:screenWindowYoffset (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | dmxreconfig.c | 70 attr.screenWindowYoffset = strtol(argv[4], NULL, 0); in main() 122 (attr.screenWindowYoffset < 0 ? "" : "+"), in main() 123 attr.screenWindowYoffset, in main() 144 (attr.screenWindowYoffset < 0 ? "" : "+"), in main() 145 attr.screenWindowYoffset, in main()
|
| H A D | dmxaddscreen.c | 69 attr.screenWindowYoffset = strtol(argv[5], 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 | 51 int screenWindowYoffset; /* displayName's coordinate system */ member
|
| H A D | dmx.c | 94 attr->screenWindowYoffset = value; in dmxSetScreenAttribute() 362 .screenWindowYoffset = attr.screenWindowYoffset, in ProcDMXGetScreenAttributes() 379 swaps(&rep.screenWindowYoffset); in ProcDMXGetScreenAttributes()
|
| H A D | dmxextension.c | 95 attr->screenWindowYoffset = dmxScreen->scrnY; in dmxGetScreenAttributes() 538 attr->screenWindowYoffset < 0 || in dmxConfigureScreenWindows() 541 attr->screenWindowYoffset in dmxConfigureScreenWindows() 590 attr->screenWindowXoffset, attr->screenWindowYoffset, in dmxConfigureScreenWindows() 598 attr->screenWindowYoffset, in dmxConfigureScreenWindows()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 158 screenWindowYoffset: INT16 688 2 INT16 screenWindowYoffset
|