Home | History | Annotate | Download | only in dmx

Lines Matching refs:refScreen

233     ScreenPtr       pScreen, refScreen;
253 refScreen = screenInfo.screens[ref];
254 pScreen->x = refScreen->x + screen->whereX;
255 pScreen->y = refScreen->y + screen->whereY;
262 refScreen = screenInfo.screens[ref];
263 pScreen->x = refScreen->x + refScreen->width;
264 pScreen->y = refScreen->y;
271 refScreen = screenInfo.screens[ref];
272 pScreen->x = refScreen->x - pScreen->width;
273 pScreen->y = refScreen->y;
280 refScreen = screenInfo.screens[ref];
281 pScreen->x = refScreen->x;
282 pScreen->y = refScreen->y + refScreen->height;
289 refScreen = screenInfo.screens[ref];
290 pScreen->x = refScreen->x;
291 pScreen->y = refScreen->y - pScreen->height;