Home | History | Annotate | Download | only in dev

Lines Matching defs:dimension

1135 	dimen_t dimension;
1139 dimension.width = adp->gfxwidth;
1140 dimension.height = adp->gfxheight;
1142 &dimension,
1255 dimen_t dimension;
1284 dimension.width = screenp->ncols * fontwidth;
1285 dimension.height = screenp->nrows * fontheight;
1287 view = grf_alloc_view(NULL, &dimension, depth);
1311 scr->width = dimension.width;
1312 scr->height = dimension.height;
1402 dimension.width,
1403 dimension.height,