Searched refs:screensize (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tools/unzip/unix/ |
H A D | unxcfg.h | 16 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols)
|
/haiku/src/add-ons/accelerants/matrox/engine/ |
H A D | mga_maven.c | 37 uint32 x, screensize, pointer_reservation; in gx00_maven_clrline() local 49 screensize = si->fbc.bytes_per_row * si->dm.virtual_height; in gx00_maven_clrline() 52 if ((screensize + si->fbc.bytes_per_row + pointer_reservation) <= in gx00_maven_clrline() 59 adr += screensize; in gx00_maven_clrline()
|
/haiku/src/bin/unzip/ |
H A D | ttyio.c | 348 int screensize(tt_rows, tt_cols) in screensize() function 394 int screensize(tt_rows, tt_cols) in screensize() function
|
H A D | unzpriv.h | 309 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) 490 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) 606 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) 2044 int screensize OF((int *tt_rows, int *tt_cols)); /* local */
|