Lines Matching defs:view
119 view_t *view; /* the view for this ite. */
219 cci->view = views[0].view;
221 ip->cols = cci->view->display.width / ip->ftwidth;
222 ip->rows = cci->view->display.height / ip->ftheight;
228 ite_default_height = cci->view->display.height;
229 ite_default_width = cci->view->display.width;
230 ite_default_x = cci->view->display.x;
231 ite_default_y = cci->view->display.y;
232 ite_default_depth = cci->view->bitmap->depth;
246 cci->width = cci->view->bitmap->bytes_per_row << 3;
248 cci->row_offset = cci->view->bitmap->bytes_per_row
249 + cci->view->bitmap->row_mod;
255 cci->row_ptr[0] = VDISPLAY_LINE (cci->view, 0, 0);
300 cci->view = NULL;
331 is->x = cci->view->display.x;
332 is->y = cci->view->display.y;
333 is->width = cci->view->display.width;
334 is->height = cci->view->display.height;
335 is->depth = cci->view->bitmap->depth;
345 ws.ws_xpixel = cci->view->display.width;
346 ws.ws_ypixel = cci->view->display.height;
396 v = cci->view;
693 bmap_t *bm = cci->view->bitmap;
740 bmap_t *bm = ((ipriv_t *)ip->priv)->view->bitmap;