Home
last modified time | relevance | path

Searched refs:ScrollDC (Results 1 – 8 of 8) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DScrollDC.c31 ok(ScrollDC(hDC, 0, 0, NULL, NULL, hrgn, NULL) == TRUE, "ScrollDC failed\n"); in Test_ScrollDC()
35 ok(ScrollDC(hDC, 50, 0, NULL, NULL, (HRGN)0x12345678, NULL) == FALSE, "ScrollDC successed\n"); in Test_ScrollDC()
36 ok(ScrollDC(hDC, 50, 0, NULL, NULL, hrgn, NULL) == FALSE, "ScrollDC successed\n"); in Test_ScrollDC()
42 ok(ScrollDC(hDC, 50, 0, NULL, NULL, NULL, (PRECT)1) == FALSE, "ScrollDC failed\n"); in Test_ScrollDC()
48 ok(ScrollDC(hDC, 50, 0, NULL, &rcClip, hrgn, NULL) == TRUE, "ScrollDC failed\n"); in Test_ScrollDC()
54 ok(ScrollDC(hDC, 50, 50, NULL, &rcClip, hrgn, NULL) == TRUE, "ScrollDC failed\n"); in Test_ScrollDC()
71 START_TEST(ScrollDC) in START_TEST() argument
H A DCMakeLists.txt46 ScrollDC.c
/reactos/modules/rosapps/applications/sysutils/utils/rosperf/
H A Dscroll.c37 ScrollDC((Rep & 0x100) ? PerfInfo->BackgroundDc : PerfInfo->ForegroundDc, in ScrollProc()
/reactos/win32ss/user/user32/windows/
H A Dpaint.c158 ScrollDC( in ScrollDC() function
/reactos/win32ss/user/user32/
H A Duser32.spec577 @ stdcall ScrollDC(long long long ptr ptr long ptr)
/reactos/dll/cpl/desk/
H A Dmonslctl.c1031 if (!ScrollDC(hDC, in MonSelMoveDragRect()
/reactos/modules/rostests/winetests/user32/
H A Dwin.c4969 ScrollDC( hdc, -10, -5, &rc, &cliprc, hrgn, &rcu); in test_scrollvalidate()
4981 ScrollDC( hdc, -10, -5, &rc, &cliprc, hrgn, &rcu); in test_scrollvalidate()
5167 ScrollDC( hdc, 5, -20, &rc, &cliprc, hrgn, &rcu); in test_scrolldc()
5171 ScrollDC( hdc, 20, -20, &rc, NULL, hrgn, &rcu); in test_scrolldc()
5189 ScrollDC( hdc, 10, 10, &rc2, &rc, hrgn, &rcu); in test_scrolldc()
/reactos/sdk/include/psdk/
H A Dwinuser.h5243 BOOL WINAPI ScrollDC(_In_ HDC, _In_ int, _In_ int, _In_opt_ LPCRECT, _In_opt_ LPCRECT, _In_opt_ HRG…