Home
last modified time | relevance | path

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

/reactos/base/shell/explorer/
H A Dtraywnd.cpp1291 DWORD PosH, PosV, Pos; in GetDraggingRectFromPt() local
1345 PosV = ABE_TOP; in GetDraggingRectFromPt()
1350 PosV = ABE_BOTTOM; in GetDraggingRectFromPt()
1353 Pos = (DeltaPt.cx * rcScreen.bottom < DeltaPt.cy * rcScreen.right) ? PosH : PosV; in GetDraggingRectFromPt()