Home
last modified time | relevance | path

Searched refs:dmxGlobalHeight (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcb.c52 int dmxGlobalWidth, dmxGlobalHeight; variable
62 dmxGlobalHeight = height; in dmxSetWidthHeight()
85 if (!dmxGlobalWidth && !dmxGlobalHeight) { in dmxComputeWidthHeight()
93 dmxGlobalWidth, dmxGlobalHeight, w, h); in dmxComputeWidthHeight()
95 h = dmxGlobalHeight; in dmxComputeWidthHeight()
100 w, h, dmxGlobalWidth, dmxGlobalHeight); in dmxComputeWidthHeight()
106 dmxGlobalHeight = h; in dmxComputeWidthHeight()
127 if (dmxGlobalWidth && dmxGlobalHeight in dmxConnectionBlockCallback()
129 || dmxGlobalHeight != PanoramiXPixHeight)) { in dmxConnectionBlockCallback()
133 dmxGlobalWidth, dmxGlobalHeight); in dmxConnectionBlockCallback()
[all …]
H A Ddmxcb.h41 extern int dmxGlobalWidth, dmxGlobalHeight;
H A Ddmxextension.c169 attr->height = dmxGlobalHeight; in dmxGetDesktopAttributes()
565 + attr->rootWindowHeight > (unsigned) dmxGlobalHeight) in dmxConfigureScreenWindows()
635 if (attribs->width < dmxGlobalWidth || attribs->height < dmxGlobalHeight) { in dmxConfigureDesktop()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxevents.c219 if (dmxGlobalY >= dmxGlobalHeight) in dmxCoreMotion()
220 dmxGlobalY = dmxGlobalHeight + delta - 1; in dmxCoreMotion()
H A Ddmxconsole.c703 *height = dmxGlobalHeight; in dmxConsoleComputeWidthHeight()
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxsingle.c866 win_y1 = (dmxGlobalHeight - pDraw->y - pDraw->height) + y; in __glXDisp_ReadPixels()
911 sy = wy1 - (dmxGlobalHeight - pDraw->y - pDraw->height); in __glXDisp_ReadPixels()