Home
last modified time | relevance | path

Searched refs:scrollbar_get_offset (Results 1 – 9 of 9) sorted by relevance

/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_inspect.c499 scrollbar_get_offset(child->scroll_x); in box_nearest_text_box()
501 scrollbar_get_offset(child->scroll_y); in box_nearest_text_box()
504 scrollbar_get_offset(child->scroll_x); in box_nearest_text_box()
506 scrollbar_get_offset(child->scroll_y); in box_nearest_text_box()
555 *x += box->x - scrollbar_get_offset(box->scroll_x); in box_coords()
556 *y += box->y - scrollbar_get_offset(box->scroll_y); in box_coords()
592 *box_x -= scrollbar_get_offset(box->scroll_x); in box_at_point()
593 *box_y -= scrollbar_get_offset(box->scroll_y); in box_at_point()
H A Dredraw.c1191 scrollbar_get_offset(box->scroll_x), in html_redraw_box_children()
1193 scrollbar_get_offset(box->scroll_y), in html_redraw_box_children()
1201 scrollbar_get_offset(box->scroll_x), in html_redraw_box_children()
1203 scrollbar_get_offset(box->scroll_y), in html_redraw_box_children()
1761 x_scrolled = x - scrollbar_get_offset(box->scroll_x) * scale; in html_redraw_box()
1762 y_scrolled = y - scrollbar_get_offset(box->scroll_y) * scale; in html_redraw_box()
1876 scrollbar_get_offset(box->scroll_x), in html_redraw_box()
1878 scrollbar_get_offset(box->scroll_y), in html_redraw_box()
H A Dinteraction.c764 scrollbar_get_offset(box->scroll_x); in get_mouse_action_node()
768 scrollbar_get_offset(box->scroll_y); in get_mouse_action_node()
H A Dform.c1409 scroll = scrollbar_get_offset(menu->scrollbar); in form_select_menu_clicked()
1688 scroll = scrollbar_get_offset(menu->scrollbar); in form_redraw_select_menu()
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dbrowser_window.c291 x += scrollbar_get_offset(bw->scroll_x); in browser_window__get_contextual_content()
292 y += scrollbar_get_offset(bw->scroll_y); in browser_window__get_contextual_content()
2008 scr_x = x - scr_x - scrollbar_get_offset(bw->scroll_x); in browser_window_mouse_drag_end()
2353 x += scrollbar_get_offset(bw->scroll_x); in browser_window_scroll_at_point_internal()
2354 y += scrollbar_get_offset(bw->scroll_y); in browser_window_scroll_at_point_internal()
2420 x += scrollbar_get_offset(bw->scroll_x); in browser_window_drop_file_at_point_internal()
2421 y += scrollbar_get_offset(bw->scroll_y); in browser_window_drop_file_at_point_internal()
2650 data.x = x - scrollbar_get_offset(bw->scroll_x); in browser_window_redraw()
2651 data.y = y - scrollbar_get_offset(bw->scroll_y); in browser_window_redraw()
4063 rect.x0 = scrollbar_get_offset(bw->scroll_x); in browser_window_update()
[all …]
H A Dscrollbar.h162 int scrollbar_get_offset(struct scrollbar *s);
H A Dframes.c67 rect.x0 = scrollbar_get_offset(bw->scroll_x); in browser_window_scroll_callback()
68 rect.y0 = scrollbar_get_offset(bw->scroll_y); in browser_window_scroll_callback()
H A Dtextarea.c292 xs = scrollbar_get_offset(ta->bar_x); in textarea_scroll_visible()
328 ys = scrollbar_get_offset(ta->bar_y); in textarea_scroll_visible()
728 ta->scroll_x = scrollbar_get_offset(ta->bar_x); in textarea_scrollbar_callback()
729 ta->scroll_y = scrollbar_get_offset(ta->bar_y); in textarea_scrollbar_callback()
H A Dscrollbar.c627 int scrollbar_get_offset(struct scrollbar *s) in scrollbar_get_offset() function