Searched refs:nVertDiff (Results 1 – 1 of 1) sorted by relevance
6351 INT nVertDiff = 0; in LISTVIEW_EnsureVisible() local6390 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()