Home
last modified time | relevance | path

Searched refs:get_scrollbar_pos (Results 1 – 2 of 2) sorted by relevance

/dports/www/links/links-2.25/
H A Dview_gr.c444 void get_scrollbar_pos(int dsize, int total, int vsize, int vpos, int *start, int *end) in get_scrollbar_pos() function
485 get_scrollbar_pos(yw - 4, total, view, pos, &spos, &epos); in draw_vscroll_bar()
500 get_scrollbar_pos(xw - 4, total, view, pos, &spos, &epos); in draw_hscroll_bar()
859get_scrollbar_pos(w - 4, h ? fd->f_data->x : fd->f_data->y, w, h ? fd->vs->view_posx : fd->vs->vie… in process_sb_event()
888get_scrollbar_pos(w - 4, h ? fd->f_data->x : fd->f_data->y, w, h ? fd->vs->view_posx : fd->vs->vie… in process_sb_move()
H A Dlinks.h4459 void get_scrollbar_pos(int dsize, int total, int vsize, int vpos, int *start, int *end);