Searched refs:rootWidth (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 223 dmxScreen->rootWidth = rootWidth; in dmxConfigAddDisplay() 263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
|
| H A D | dmxprint.c | 320 p->dim->root->dim->x = p->rootWidth; in dmxConfigPrintDisplay() 324 dummyRDim.x = p->rootWidth; in dmxConfigPrintDisplay() 358 if (p->scrnWidth != p->rootWidth in dmxConfigPrintDisplay()
|
| H A D | dmxparse.c | 297 pDisplay->rootWidth = pDim->root->dim->x; in dmxConfigCreateDisplay() 311 pDisplay->rootWidth = pDisplay->scrnWidth; in dmxConfigCreateDisplay()
|
| H A D | dmxparse.h | 115 int rootWidth, rootHeight; member
|
| H A D | xdmxconfig.c | 263 dmxConfigCurrentDisplay->rootWidth, in dmxConfigDataUpdate()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxbackend.c | 439 int width = dmxScreen->rootWidth; in dmxBackendCollectEvents() 456 priv->be->rootWidth, priv->be->rootHeight, in dmxBackendCollectEvents() 531 centerX = priv->be->rootWidth / 2 + priv->be->rootX; in dmxBackendComputeCenter() 534 if (centerX > priv->be->rootWidth) in dmxBackendComputeCenter() 535 centerX = priv->be->rootWidth - 1; in dmxBackendComputeCenter()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxcursor.c | 141 && localX < dmxScreen->rootWidth in dmxCursorOffScreen() 155 && globalX < dmxScreen->rootXOrigin + dmxScreen->rootWidth in dmxCursorOffScreen() 165 && globalX < dmxScreen->rootXOrigin + dmxScreen->rootWidth in dmxCursorOffScreen() 370 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxReInitOrigins() 398 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxInitOrigins() 427 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxOnScreen() 434 && x < dmxScreen->rootXOrigin + dmxScreen->rootWidth in dmxOnScreen()
|
| H A D | dmxextension.c | 97 attr->rootWindowWidth = dmxScreen->rootWidth; in dmxGetScreenAttributes() 441 dmxScreen->rootWidth != w || dmxScreen->rootHeight != h) { in dmxConfigureRootWindow() 447 if (dmxScreen->rootWidth != w || dmxScreen->rootHeight != h) { in dmxConfigureRootWindow() 454 dmxScreen->rootWidth = w; in dmxConfigureRootWindow() 586 dmxScreen->rootWidth, dmxScreen->rootHeight, in dmxConfigureScreenWindows() 642 + dmxScreen->rootWidth > attribs->width || in dmxConfigureDesktop() 655 if (w > dmxScreen->rootWidth) in dmxConfigureDesktop() 656 w = dmxScreen->rootWidth; in dmxConfigureDesktop()
|
| H A D | dmxinit.c | 337 if (!dmxScreen->rootWidth) in dmxGetScreenAttribs() 338 dmxScreen->rootWidth = dmxScreen->scrnWidth; in dmxGetScreenAttribs() 341 if (dmxScreen->rootWidth + dmxScreen->rootX > dmxScreen->scrnWidth) in dmxGetScreenAttribs() 342 dmxScreen->rootWidth = dmxScreen->scrnWidth - dmxScreen->rootX; in dmxGetScreenAttribs()
|
| H A D | dmx.h | 142 int rootWidth; /**< Width of "root" window */ member
|
| H A D | dmxwindow.c | 342 || dmxScreen->scrnWidth != dmxScreen->rootWidth in dmxCreateWindow() 347 dmxScreen->rootWidth, in dmxCreateWindow() 352 dmxScreen->rootWidth, in dmxCreateWindow()
|