Home
last modified time | relevance | path

Searched refs:disp_rows (Results 1 – 5 of 5) sorted by relevance

/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dtracker.c687 if (my + h > t->fonth * t->disp_rows) { in print_notes_and_bars()
688 h = t->fonth * t->disp_rows - my; in print_notes_and_bars()
843 redrawcnt = t->disp_rows; in tracker_draw_clever()
855 if (absdist < t->disp_rows) { in tracker_draw_clever()
956 t->disp_rows = height / t->fonth; in init_display()
957 if (!(t->disp_rows % 2)) in init_display()
958 t->disp_rows--; in init_display()
959 t->disp_cursor = t->disp_rows / 2; in init_display()
961 t->disp_rows--; in init_display()
1246 HPatHalf = t->disp_rows / 2; in tracker_mouse_to_cursor_pos()
[all …]
H A Dtracker.h38 int disp_rows; member
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/Libraries/UI/Source/
H A Dtexttool.c109 _tt->disp_rows=(_tt->scr_loc.h+_tt->lfont->height-1)/_tt->lfont->height; in tt_full_build()
247 if ((line_num<_tt->disp_y)||(line_num>=_tt->disp_y+_tt->disp_rows)) return; in _tt_show_line()
290 for (ay=0; ay<_tt->disp_rows; ay++) in tt_show_all()
577 if (_tt->cur_h>=_tt->disp_y+_tt->disp_rows) in _tt_check_cursor_position()
578 { _tt->disp_y=_tt->cur_h-_tt->disp_rows+1; changed|=TTCHG_REDRAW; } in _tt_check_cursor_position()
H A Dtexttool.h189 int disp_rows; // number of rows we really can fit on the screen member
/dports/math/giacxcas/giac-1.6.0/src/
H A Dkadd.cc428 int disp_rows=LCD_HEIGHT_PX/row_height-3; in sheet_display() local
432 if (t.disp_row_begin<t.cur_row-disp_rows+1) in sheet_display()
433 t.disp_row_begin=t.cur_row-disp_rows+1; in sheet_display()
438 int I=giacmin(giacmin(t.nrows,t.m.size()),t.disp_row_begin+disp_rows); in sheet_display()
458 draw_line(x,0,x,(1+disp_rows)*row_height,_BLACK); in sheet_display()