Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/objects/
H A Dcoord.c243 _Out_ LPPOINT lpPoint) in GetCurrentPositionEx() argument
385 _Out_ LPPOINT lpPoint) in GetViewportOrgEx() argument
403 lpPoint->x = -lpPoint->x; in GetViewportOrgEx()
441 _Out_ LPPOINT lpPoint) in GetWindowOrgEx() argument
550 if (lpPoint) in SetWindowOrgEx()
682 if (lpPoint) in SetViewportOrgEx()
686 if (pdcattr->dwLayout & LAYOUT_RTL) lpPoint->x = -lpPoint->x; in SetViewportOrgEx()
827 _Out_ LPPOINT lpPoint) in GetDCOrgEx() argument
876 if (lpPoint) in OffsetViewportOrgEx()
879 if ( pdcattr->dwLayout & LAYOUT_RTL) lpPoint->x = -lpPoint->x; in OffsetViewportOrgEx()
[all …]
/reactos/win32ss/user/user32/windows/
H A Dwinpos.c240 ScreenToClient(HWND hWnd, LPPOINT lpPoint) in ScreenToClient() argument
251 lpPoint->x = Wnd->rcClient.right - lpPoint->x; in ScreenToClient()
253 lpPoint->x -= Wnd->rcClient.left; in ScreenToClient()
254 lpPoint->y -= Wnd->rcClient.top; in ScreenToClient()
263 ClientToScreen(HWND hWnd, LPPOINT lpPoint) in ClientToScreen() argument
274 lpPoint->x = Wnd->rcClient.right - lpPoint->x; in ClientToScreen()
276 lpPoint->x += Wnd->rcClient.left; in ClientToScreen()
277 lpPoint->y += Wnd->rcClient.top; in ClientToScreen()
H A Dcursoricon.c2757 _Out_ LPPOINT lpPoint in GetCursorPos() argument
2760 return NtUserxGetCursorPos(lpPoint); in GetCursorPos()
/reactos/win32ss/user/user32/include/
H A Dntwrapper.h172 GetCaretPos(LPPOINT lpPoint) in GetCaretPos() argument
174 return NtUserGetCaretPos(lpPoint); in GetCaretPos()
811 EXTINLINE BOOL NtUserxGetCursorPos(POINT* lpPoint) in NtUserxGetCursorPos() argument
813 return (BOOL)NtUserCallOneParam((DWORD_PTR)lpPoint, ONEPARAM_ROUTINE_GETCURSORPOS); in NtUserxGetCursorPos()
/reactos/win32ss/gdi/gdi32/misc/
H A Dhistoric.c209 LPPOINT lpPoint) in FixBrushOrgEx() argument
/reactos/win32ss/user/ntuser/
H A Dcaret.c397 LPPOINT lpPoint) in NtUserGetCaretPos() argument
410 Status = MmCopyToCaller(lpPoint, &ThreadQueue->CaretInfo.Pos, sizeof(POINT)); in NtUserGetCaretPos()
H A Dwinpos.c199 IntClientToScreen(PWND Wnd, LPPOINT lpPoint) in IntClientToScreen() argument
204 lpPoint->x = Wnd->rcClient.right - lpPoint->x; in IntClientToScreen()
206 lpPoint->x += Wnd->rcClient.left; in IntClientToScreen()
207 lpPoint->y += Wnd->rcClient.top; in IntClientToScreen()
213 IntScreenToClient(PWND Wnd, LPPOINT lpPoint) in IntScreenToClient() argument
218 lpPoint->x = Wnd->rcClient.right - lpPoint->x; in IntScreenToClient()
220 lpPoint->x -= Wnd->rcClient.left; in IntScreenToClient()
221 lpPoint->y -= Wnd->rcClient.top; in IntScreenToClient()
/reactos/sdk/lib/atl/
H A Datlwin.h393 BOOL ClientToScreen(LPPOINT lpPoint) const in ClientToScreen() argument
396 return ::ClientToScreen(m_hWnd, lpPoint); in ClientToScreen()
990 int MapWindowPoints(HWND hWndTo, LPPOINT lpPoint, UINT nCount) const in MapWindowPoints() argument
993 return ::MapWindowPoints(m_hWnd, hWndTo, lpPoint, nCount); in MapWindowPoints()
1092 BOOL ScreenToClient(LPPOINT lpPoint) const in ScreenToClient() argument
1095 return ::ScreenToClient(m_hWnd, lpPoint); in ScreenToClient()
/reactos/dll/win32/msutb/
H A Dmsutb.cpp1565 void MyClientToScreen(LPPOINT lpPoint, LPRECT prc);
4725 void CTipbarWnd::MyClientToScreen(LPPOINT lpPoint, LPRECT prc) in MyClientToScreen() argument
4727 if (lpPoint) in MyClientToScreen()
4728 ::ClientToScreen(m_hWnd, lpPoint); in MyClientToScreen()
/reactos/win32ss/include/
H A Dntuser.h2168 LPPOINT lpPoint);
/reactos/sdk/include/reactos/
H A Dmsgdump.h2016 MD_Edit_OnPosFromChar(HWND hwnd, LPPOINT lpPoint, UINT wCharIndex) in MD_Edit_OnPosFromChar() argument
2019 MSGDUMP_PREFIX, (void *)hwnd, (void *)lpPoint, wCharIndex); in MD_Edit_OnPosFromChar()
/reactos/sdk/include/psdk/
H A Dwingdi.h4033 _In_reads_(3) const POINT *lpPoint,