Searched refs:screenWindowHeight (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | dmxreconfig.c | 72 attr.screenWindowHeight = strtol(argv[6], NULL, 0); in main() 119 attr.screenWindowHeight, in main() 141 attr.screenWindowHeight, in main()
|
| H A D | dmxaddscreen.c | 71 attr.screenWindowHeight = strtol(argv[7], 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 | 49 unsigned int screenWindowHeight; /* displayName's coordinate system */ member
|
| H A D | dmxextension.c | 93 attr->screenWindowHeight = dmxScreen->scrnHeight; in dmxGetScreenAttributes() 532 if (attr->screenWindowWidth <= 0 || attr->screenWindowHeight <= 0 || in dmxConfigureScreenWindows() 542 + attr->screenWindowHeight > (unsigned) dmxScreen->beHeight) in dmxConfigureScreenWindows() 551 + attr->rootWindowHeight > attr->screenWindowHeight) in dmxConfigureScreenWindows() 589 attr->screenWindowWidth, attr->screenWindowHeight, in dmxConfigureScreenWindows() 600 attr->screenWindowHeight); in dmxConfigureScreenWindows()
|
| H A D | dmx.c | 88 attr->screenWindowHeight = value; in dmxSetScreenAttribute() 360 .screenWindowHeight = attr.screenWindowHeight, in ProcDMXGetScreenAttributes() 377 swaps(&rep.screenWindowHeight); in ProcDMXGetScreenAttributes()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec.txt | 156 screenWindowHeight: CARD16 686 2 CARD16 screenWindowHeight
|