Home
last modified time | relevance | path

Searched refs:dmxGlobalWidth (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcb.c52 int dmxGlobalWidth, dmxGlobalHeight; variable
61 dmxGlobalWidth = width; in dmxSetWidthHeight()
85 if (!dmxGlobalWidth && !dmxGlobalHeight) { in dmxComputeWidthHeight()
93 dmxGlobalWidth, dmxGlobalHeight, w, h); in dmxComputeWidthHeight()
94 w = dmxGlobalWidth; in dmxComputeWidthHeight()
100 w, h, dmxGlobalWidth, dmxGlobalHeight); in dmxComputeWidthHeight()
105 dmxGlobalWidth = w; in dmxComputeWidthHeight()
127 if (dmxGlobalWidth && dmxGlobalHeight in dmxConnectionBlockCallback()
128 && (dmxGlobalWidth != PanoramiXPixWidth in dmxConnectionBlockCallback()
133 dmxGlobalWidth, dmxGlobalHeight); in dmxConnectionBlockCallback()
[all …]
H A Ddmxcb.h41 extern int dmxGlobalWidth, dmxGlobalHeight;
H A Ddmxextension.c168 attr->width = dmxGlobalWidth; in dmxGetDesktopAttributes()
563 + attr->rootWindowWidth > (unsigned) dmxGlobalWidth || in dmxConfigureScreenWindows()
635 if (attribs->width < dmxGlobalWidth || attribs->height < dmxGlobalHeight) { in dmxConfigureDesktop()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c217 if (dmxGlobalX >= dmxGlobalWidth) in dmxCoreMotion()
218 dmxGlobalX = dmxGlobalWidth + delta - 1; in dmxCoreMotion()
H A Ddmxconsole.c702 *width = dmxGlobalWidth; in dmxConsoleComputeWidthHeight()