Lines Matching refs:display
16 * must display the following acknowledgement:
34 * simply to map the semantics of a graphics display to
105 /* this function is called early to set up a display. */
157 vu->view->display.x = vu->size.x;
158 vu->view->display.y = vu->size.y;
163 vu->size.x = vu->view->display.x;
164 vu->size.y = vu->view->display.y;
172 * switch to a new display.
231 vu->size.x = new->display.x;
232 vu->size.y = new->display.y;
233 vu->size.width = new->display.width;
234 vu->size.height = new->display.height;
239 * another view display mark as not added or displayed
327 vu->size.x = vu->view->display.x;
328 vu->size.y = vu->view->display.y;
329 vu->size.width = vu->view->display.width;
330 vu->size.height = vu->view->display.height;