Lines Matching refs:attribs
512 DMXScreenAttributesPtr attribs, int *errorScreen) in dmxConfigureScreenWindows() argument
517 DMXScreenAttributesPtr attr = &attribs[i]; in dmxConfigureScreenWindows()
576 DMXScreenAttributesPtr attr = &attribs[i]; in dmxConfigureScreenWindows()
625 dmxConfigureDesktop(DMXDesktopAttributesPtr attribs) in dmxConfigureDesktop() argument
627 if (attribs->width <= 0 || attribs->width >= 32767 || in dmxConfigureDesktop()
628 attribs->height <= 0 || attribs->height >= 32767) in dmxConfigureDesktop()
635 if (attribs->width < dmxGlobalWidth || attribs->height < dmxGlobalHeight) { in dmxConfigureDesktop()
642 + dmxScreen->rootWidth > attribs->width || in dmxConfigureDesktop()
644 + dmxScreen->rootHeight > attribs->height) { in dmxConfigureDesktop()
647 if ((w = attribs->width - dmxScreen->rootXOrigin) < 0) in dmxConfigureDesktop()
649 if ((h = attribs->height - dmxScreen->rootYOrigin) < 0) in dmxConfigureDesktop()
667 dmxSetWidthHeight(attribs->width, attribs->height); in dmxConfigureDesktop()
670 if (attribs->shiftX || attribs->shiftY) { in dmxConfigureDesktop()
681 - attribs->shiftX, in dmxConfigureDesktop()
683 - attribs->shiftY, pChild->nextSib, VTMove); in dmxConfigureDesktop()