Lines Matching refs:vs
190 view_setsize(struct view_softc *vu, struct view_size *vs)
198 if (vs->x != vu->size.x || vs->y != vu->size.y)
201 if (vs->width != vu->size.width || vs->height != vu->size.height ||
202 vs->depth != vu->size.depth)
208 ns.width = vs->width;
209 ns.height = vs->height;
211 new = grf_alloc_view(NULL, &ns, vs->depth);
224 vu->size.x = vs->x;
225 vu->size.y = vs->y;