Lines Matching refs:Point
1765 DefWndNCHitTest(HWND hWnd, POINT Point)
1774 if (!PtInRect(&WindowRect, Point))
1788 if (!PtInRect(&WindowRect, Point))
1793 if (Point.y < WindowRect.top)
1799 if (Point.x < (WindowRect.left + XSize))
1801 if (Point.x >= (WindowRect.right - XSize))
1805 if (Point.y >= WindowRect.bottom)
1811 if (Point.x < (WindowRect.left + XSize))
1813 if (Point.x >= (WindowRect.right - XSize))
1817 if (Point.x < WindowRect.left)
1823 if (Point.y < (WindowRect.top + YSize))
1825 if (Point.y >= (WindowRect.bottom - YSize))
1829 if (Point.x >= WindowRect.right)
1835 if (Point.y < (WindowRect.top + YSize))
1837 if (Point.y >= (WindowRect.bottom - YSize))
1849 if (!PtInRect(&WindowRect, Point))
1859 if (!PtInRect(&WindowRect, Point))
1880 if (Point.x < WindowRect.left)
1882 if (WindowRect.right <= Point.x)
1886 if (Point.x >= WindowRect.right)
1890 if (Point.x >= WindowRect.right)
1898 ClientPoint = Point;
1909 if (Point.x > 0 && Point.x < WindowRect.right && ClientPoint.y < 0)
1930 if (PtInRect(&TempRect, Point))
1938 if (PtInRect(&TempRect2, Point))
1945 if (PtInRect(&TempRect, Point) && HASSIZEGRIP(Style, ExStyle,
1964 if (PtInRect(&TempRect, Point))
1971 if (PtInRect(&TempRect, Point))