Searched refs:nccalchelper (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 3921 static void nccalchelper(HWND hwnd, INT x, INT y, RECT *prc) in nccalchelper() function 3943 nccalchelper( hwnd, 100, sbheight, &rc1); in test_nccalcscroll() 3948 nccalchelper( hwnd, 100, sbheight + 1, &rc1); in test_nccalcscroll() 3952 nccalchelper( hwnd, sbwidth - 1, 100, &rc1); in test_nccalcscroll() 3957 nccalchelper( hwnd, sbwidth, 100, &rc1); in test_nccalcscroll() 3962 nccalchelper( hwnd, sbwidth, 100, &rc1); in test_nccalcscroll()
|