Searched refs:ydist (Results 1 – 1 of 1) sorted by relevance
6437 ULONG xdist, ydist, dist, mindist = 0x7fffffff; in LISTVIEW_FindItemW() local6541 ydist = Destination.y - Position.y; in LISTVIEW_FindItemW()6542 dist = xdist * xdist + ydist * ydist; in LISTVIEW_FindItemW()