Searched refs:screenWindowWidth (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | dmxreconfig.c | 71 attr.screenWindowWidth = strtol(argv[5], NULL, 0); in main() 118 attr.screenWindowWidth, in main() 140 attr.screenWindowWidth, in main()
|
| H A D | dmxaddscreen.c | 70 attr.screenWindowWidth = strtol(argv[6], NULL, 0); in main()
|
| H A D | dmxinfo.c | 213 sinfo.screenWindowWidth, sinfo.screenWindowHeight, in main()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.h | 48 unsigned int screenWindowWidth; /* displayName's coordinate system */ member
|
| H A D | dmxextension.c | 92 attr->screenWindowWidth = dmxScreen->scrnWidth; in dmxGetScreenAttributes() 532 if (attr->screenWindowWidth <= 0 || attr->screenWindowHeight <= 0 || in dmxConfigureScreenWindows() 540 + attr->screenWindowWidth > (unsigned) dmxScreen->beWidth || in dmxConfigureScreenWindows() 549 + attr->rootWindowWidth > attr->screenWindowWidth || in dmxConfigureScreenWindows() 589 attr->screenWindowWidth, attr->screenWindowHeight, in dmxConfigureScreenWindows() 599 attr->screenWindowWidth, in dmxConfigureScreenWindows()
|
| H A D | dmx.c | 85 attr->screenWindowWidth = value; in dmxSetScreenAttribute() 359 .screenWindowWidth = attr.screenWindowWidth, in ProcDMXGetScreenAttributes() 376 swaps(&rep.screenWindowWidth); in ProcDMXGetScreenAttributes()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 155 screenWindowWidth: CARD16 685 2 CARD16 screenWindowWidth
|