Home | History | Annotate | Download | only in dev

Lines Matching refs:display

16  *    must display the following acknowledgement:
34 * simply to map the semantics of a graphics display to
107 /* this function is called early to set up a display. */
151 vu->view->display.x = vu->size.x;
152 vu->view->display.y = vu->size.y;
156 vu->size.x = vu->view->display.x;
157 vu->size.y = vu->view->display.y;
165 * switch to a new display.
217 vu->size.x = new->display.x;
218 vu->size.y = new->display.y;
219 vu->size.width = new->display.width;
220 vu->size.height = new->display.height;
229 * another view display mark as not added or displayed
268 vu->size.x = vu->view->display.x;
269 vu->size.y = vu->view->display.y;
270 vu->size.width = vu->view->display.width;
271 vu->size.height = vu->view->display.height;