Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dlistview.c6351 INT nVertDiff = 0; in LISTVIEW_EnsureVisible() local
6390 if (infoPtr->uView != LV_VIEW_LIST) nVertDiff = rcItem.top - infoPtr->rcList.top; in LISTVIEW_EnsureVisible()
6395 if (infoPtr->uView != LV_VIEW_LIST) nVertDiff = rcItem.bottom - infoPtr->rcList.bottom; in LISTVIEW_EnsureVisible()
6410 INT diff = nVertDiff / nScrollPosHeight; in LISTVIEW_EnsureVisible()
6411 if (nVertDiff % nScrollPosHeight) diff += nVertAdjust; in LISTVIEW_EnsureVisible()