HomeSort by: relevance | last modified time | path
    Searched defs:dimension (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/atari/dev/
grfabs_reg.h 42 struct dimension { struct
46 typedef struct dimension dimen_t;
  /src/sys/arch/amiga/dev/
grfabs_reg.h 42 struct dimension { struct
46 typedef struct dimension dimen_t;
amidisplaycc.c 1135 dimen_t dimension; local in function:amidisplaycc_initgfxview
1139 dimension.width = adp->gfxwidth;
1140 dimension.height = adp->gfxheight;
1142 &dimension,
1255 dimen_t dimension; local in function:amidisplaycc_alloc_screen
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
    [all...]
  /src/usr.bin/xlint/lint1/
lint1.h 152 int dimension; /* if ARRAY */ member in union:lint1_type::__anondcf084d0080a

Completed in 14 milliseconds