Home
last modified time | relevance | path

Searched refs:rootWidth (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
223 dmxScreen->rootWidth = rootWidth; in dmxConfigAddDisplay()
263 d->rootWidth, d->rootHeight, in dmxConfigCopyFromDisplay()
H A Ddmxprint.c320 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 Ddmxparse.c297 pDisplay->rootWidth = pDim->root->dim->x; in dmxConfigCreateDisplay()
311 pDisplay->rootWidth = pDisplay->scrnWidth; in dmxConfigCreateDisplay()
H A Ddmxparse.h115 int rootWidth, rootHeight; member
H A Dxdmxconfig.c263 dmxConfigCurrentDisplay->rootWidth, in dmxConfigDataUpdate()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxbackend.c439 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 Ddmxcursor.c141 && 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 Ddmxextension.c97 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 Ddmxinit.c337 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 Ddmx.h142 int rootWidth; /**< Width of "root" window */ member
H A Ddmxwindow.c342 || dmxScreen->scrnWidth != dmxScreen->rootWidth in dmxCreateWindow()
347 dmxScreen->rootWidth, in dmxCreateWindow()
352 dmxScreen->rootWidth, in dmxCreateWindow()