Searched refs:dmxGlobalHeight (Results 1 – 6 of 6) sorted by relevance
52 int dmxGlobalWidth, dmxGlobalHeight; variable62 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 …]
41 extern int dmxGlobalWidth, dmxGlobalHeight;
169 attr->height = dmxGlobalHeight; in dmxGetDesktopAttributes()565 + attr->rootWindowHeight > (unsigned) dmxGlobalHeight) in dmxConfigureScreenWindows()635 if (attribs->width < dmxGlobalWidth || attribs->height < dmxGlobalHeight) { in dmxConfigureDesktop()
219 if (dmxGlobalY >= dmxGlobalHeight) in dmxCoreMotion()220 dmxGlobalY = dmxGlobalHeight + delta - 1; in dmxCoreMotion()
703 *height = dmxGlobalHeight; in dmxConsoleComputeWidthHeight()
866 win_y1 = (dmxGlobalHeight - pDraw->y - pDraw->height) + y; in __glXDisp_ReadPixels()911 sy = wy1 - (dmxGlobalHeight - pDraw->y - pDraw->height); in __glXDisp_ReadPixels()