Home | History | Annotate | Download | only in win

Lines Matching refs:POINT

41     POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
42 ScreenToClient(hWnd, &point);
43 return point;
48 POINT point = {GET_X_LPARAM(lParam), GET_Y_LPARAM(lParam)};
49 return point;
82 POINT point = {location.x(), location.y()};
83 m_globalPosition = point;
86 ScreenToClient(hWnd, &point);
87 m_position = point;