Home
last modified time | relevance | path

Searched refs:screensize (Results 1 – 4 of 4) sorted by relevance

/haiku/src/tools/unzip/unix/
H A Dunxcfg.h16 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols)
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maven.c37 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 Dttyio.c348 int screensize(tt_rows, tt_cols) in screensize() function
394 int screensize(tt_rows, tt_cols) in screensize() function
H A Dunzpriv.h309 # 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 */