Lines Matching refs:screens
188 // reset index of found screens for each server generation
564 * Shift all screens so the X11 (0, 0) coordinate is at the top
581 left = pScreenInfo->screens[0]->x;
582 top = pScreenInfo->screens[0]->y;
586 if (pScreenInfo->screens[i]->x < left ||
587 (pScreenInfo->screens[i]->x == left &&
588 pScreenInfo->screens[i]->y < top)) {
589 left = pScreenInfo->screens[i]->x;
590 top = pScreenInfo->screens[i]->y;
599 /* Shift all screens so that there is a screen whose top left
606 pScreenInfo->screens[i]->x -= darwinMainScreenX;
607 pScreenInfo->screens[i]->y -= darwinMainScreenY;
609 i, pScreenInfo->screens[i]->x,
610 pScreenInfo->screens[i]->y);
624 * of potentially useful screens and cache routes to them internally.
646 // Discover screens and do mode specific initialization
649 // Add screens