Searched refs:XSize (Results 1 – 2 of 2) sorted by relevance
817 LONG XSize, YSize; in DefWndNCHitTest() local820 XSize = GetSystemMetrics(SM_CXSIZE) * GetSystemMetrics(SM_CXBORDER); in DefWndNCHitTest()833 if (Point.x < (WindowRect.left + XSize)) in DefWndNCHitTest()835 if (Point.x >= (WindowRect.right - XSize)) in DefWndNCHitTest()845 if (Point.x < (WindowRect.left + XSize)) in DefWndNCHitTest()847 if (Point.x >= (WindowRect.right - XSize)) in DefWndNCHitTest()
1782 LONG XSize, YSize;1786 XSize = GetSystemMetrics(SM_CXSIZE) * GetSystemMetrics(SM_CXBORDER);1799 if (Point.x < (WindowRect.left + XSize))1801 if (Point.x >= (WindowRect.right - XSize))1811 if (Point.x < (WindowRect.left + XSize))1813 if (Point.x >= (WindowRect.right - XSize))