Searched refs:BARSIZE (Results 1 – 1 of 1) sorted by relevance
202 #define BARSIZE(num) (int) (0.5 + (double) ((all_high * (int) (num)) / (double) total_data)) in dlg_draw_scrollbar() macro220 int bar_last = BARSIZE(next_data); in dlg_draw_scrollbar()