Searched refs:rootHeight (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxconfig.c | 202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument 224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay() 263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
|
| H A D | dmxprint.c | 321 p->dim->root->dim->y = p->rootHeight; in dmxConfigPrintDisplay() 325 dummyRDim.y = p->rootHeight; in dmxConfigPrintDisplay() 359 || p->scrnHeight != p->rootHeight || p->rootX || p->rootY) { in dmxConfigPrintDisplay()
|
| H A D | dmxparse.c | 298 pDisplay->rootHeight = pDim->root->dim->y; in dmxConfigCreateDisplay() 312 pDisplay->rootHeight = pDisplay->scrnHeight; in dmxConfigCreateDisplay()
|
| H A D | dmxparse.h | 115 int rootWidth, rootHeight; member
|
| H A D | xdmxconfig.c | 264 dmxConfigCurrentDisplay->rootHeight, in dmxConfigDataUpdate()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxbackend.c | 440 int height = dmxScreen->rootHeight; in dmxBackendCollectEvents() 456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents() 532 centerY = priv->be->rootHeight / 2 + priv->be->rootY; in dmxBackendComputeCenter() 536 if (centerY > priv->be->rootHeight) in dmxBackendComputeCenter() 537 centerY = priv->be->rootHeight - 1; in dmxBackendComputeCenter()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcursor.c | 142 && localY >= 0 && localY < dmxScreen->rootHeight) in dmxCursorOffScreen() 157 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxCursorOffScreen() 167 && globalY < dmxScreen->rootYOrigin + dmxScreen->rootHeight) { in dmxCursorOffScreen() 370 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxReInitOrigins() 398 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxInitOrigins() 427 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxOnScreen() 436 && y < dmxScreen->rootYOrigin + dmxScreen->rootHeight) in dmxOnScreen()
|
| H A D | dmxextension.c | 98 attr->rootWindowHeight = dmxScreen->rootHeight; in dmxGetScreenAttributes() 441 dmxScreen->rootWidth != w || dmxScreen->rootHeight != h) { in dmxConfigureRootWindow() 447 if (dmxScreen->rootWidth != w || dmxScreen->rootHeight != h) { in dmxConfigureRootWindow() 455 dmxScreen->rootHeight = h; in dmxConfigureRootWindow() 586 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxConfigureScreenWindows() 644 + dmxScreen->rootHeight > attribs->height) { in dmxConfigureDesktop() 657 if (h > dmxScreen->rootHeight) in dmxConfigureDesktop() 658 h = dmxScreen->rootHeight; in dmxConfigureDesktop()
|
| H A D | dmxinit.c | 339 if (!dmxScreen->rootHeight) in dmxGetScreenAttribs() 340 dmxScreen->rootHeight = dmxScreen->scrnHeight; in dmxGetScreenAttribs() 343 if (dmxScreen->rootHeight + dmxScreen->rootY > dmxScreen->scrnHeight) in dmxGetScreenAttribs() 344 dmxScreen->rootHeight = dmxScreen->scrnHeight - dmxScreen->rootY; in dmxGetScreenAttribs()
|
| H A D | dmx.h | 143 int rootHeight; /**< Height of "root" window */ member
|
| H A D | dmxwindow.c | 343 || dmxScreen->scrnHeight != dmxScreen->rootHeight) { in dmxCreateWindow() 348 dmxScreen->rootHeight); in dmxCreateWindow() 353 dmxScreen->rootHeight); in dmxCreateWindow()
|