Searched refs:dmxGlobalWidth (Results 1 – 5 of 5) sorted by relevance
52 int dmxGlobalWidth, dmxGlobalHeight; variable61 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 …]
41 extern int dmxGlobalWidth, dmxGlobalHeight;
168 attr->width = dmxGlobalWidth; in dmxGetDesktopAttributes()563 + attr->rootWindowWidth > (unsigned) dmxGlobalWidth || in dmxConfigureScreenWindows()635 if (attribs->width < dmxGlobalWidth || attribs->height < dmxGlobalHeight) { in dmxConfigureDesktop()
217 if (dmxGlobalX >= dmxGlobalWidth) in dmxCoreMotion()218 dmxGlobalX = dmxGlobalWidth + delta - 1; in dmxCoreMotion()
702 *width = dmxGlobalWidth; in dmxConsoleComputeWidthHeight()