Home
last modified time | relevance | path

Searched refs:rootHeight (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/config/
H A Ddmxconfig.c202 int rootWidth, int rootHeight, in dmxConfigAddDisplay() argument
224 dmxScreen->rootHeight = rootHeight; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
H A Ddmxprint.c321 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 Ddmxparse.c298 pDisplay->rootHeight = pDim->root->dim->y; in dmxConfigCreateDisplay()
312 pDisplay->rootHeight = pDisplay->scrnHeight; in dmxConfigCreateDisplay()
H A Ddmxparse.h115 int rootWidth, rootHeight; member
H A Dxdmxconfig.c264 dmxConfigCurrentDisplay->rootHeight, in dmxConfigDataUpdate()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxbackend.c440 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 Ddmxcursor.c142 && 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 Ddmxextension.c98 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 Ddmxinit.c339 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 Ddmx.h143 int rootHeight; /**< Height of "root" window */ member
H A Ddmxwindow.c343 || dmxScreen->scrnHeight != dmxScreen->rootHeight) { in dmxCreateWindow()
348 dmxScreen->rootHeight); in dmxCreateWindow()
353 dmxScreen->rootHeight); in dmxCreateWindow()