Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dlistview.c6437 ULONG xdist, ydist, dist, mindist = 0x7fffffff; in LISTVIEW_FindItemW() local
6541 ydist = Destination.y - Position.y; in LISTVIEW_FindItemW()
6542 dist = xdist * xdist + ydist * ydist; in LISTVIEW_FindItemW()