Home
last modified time | relevance | path

Searched refs:requestscrollx (Results 1 – 3 of 3) sorted by relevance

/dports/www/netsurf/netsurf-3.10/frontends/windows/
H A Dwindow.c1545 gw->requestscrollx = 0; in win32_window_create()
2002 gw->requestscrollx = -gw->scrollx; in win32_window_set_scroll()
2004 gw->requestscrollx = (width - gw->width) - gw->scrollx; in win32_window_set_scroll()
2006 gw->requestscrollx = rect->x0 - gw->scrollx; in win32_window_set_scroll()
2018 gw->requestscrollx, gw->requestscrolly); in win32_window_set_scroll()
2039 si.nPos = max(gw->scrollx + gw->requestscrollx, 0); in win32_window_set_scroll()
2049 SetCaretPos(p.x - gw->requestscrollx, p.y - gw->requestscrolly); in win32_window_set_scroll()
2058 - gw->requestscrollx, in win32_window_set_scroll()
2067 - gw->requestscrollx, in win32_window_set_scroll()
2071 gw->scrollx += gw->requestscrollx; in win32_window_set_scroll()
[all …]
H A Dwindow.h72 int requestscrollx, requestscrolly; /**< scolling requested. */ member
H A Ddrawable.c160 NSLOG(netsurf, INFO, "HSCROLL %d", gw->requestscrollx); in nsws_drawable_hscroll()
162 if (gw->requestscrollx != 0) in nsws_drawable_hscroll()
207 rect.x0 = rect.x1 = gw->scrollx + gw->requestscrollx + si.nPos - mem; in nsws_drawable_hscroll()