Lines Matching refs:vs
196 view_setsize(struct view_softc *vu, struct view_size *vs)
205 if (vs->x != vu->size.x || vs->y != vu->size.y)
208 if (vs->width != vu->size.width || vs->height != vu->size.height ||
209 vs->depth != vu->size.depth)
215 ns.width = vs->width;
216 ns.height = vs->height;
218 if ((dmode = grf_get_best_mode(&ns, vs->depth)) != NULL) {
225 new = grf_alloc_view(dmode, &ns, vs->depth);