Searched refs:dX (Results 1 – 2 of 2) sorted by relevance
196 const int dX = PCurrent.x - PMouse.x; in MainWndProc() local202 OffsetRect(&RTrack, dX, dY); in MainWndProc()
887 INT dX, dY; in DIALOG_CreateIndirect() local897 … if ((dX = pos.x + size.cx + GetSystemMetrics(SM_CXDLGFRAME) - mon_info.rcWork.right) > 0) in DIALOG_CreateIndirect()898 pos.x -= dX; in DIALOG_CreateIndirect()