Searched refs:prevY (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/riched20/ |
H A D | editor.c | 541 int prevY, curY; in test_EM_SCROLLCARET() local 567 prevY = get_scroll_pos_y(hwndRichEdit); in test_EM_SCROLLCARET() 570 ok(prevY != curY, "%d == %d\n", prevY, curY); in test_EM_SCROLLCARET() 575 prevY = get_scroll_pos_y(hwndRichEdit); in test_EM_SCROLLCARET() 578 ok(prevY != curY, "%d == %d\n", prevY, curY); in test_EM_SCROLLCARET() 582 prevY = get_scroll_pos_y(hwndRichEdit); in test_EM_SCROLLCARET() 585 ok(prevY == curY, "%d != %d\n", prevY, curY); in test_EM_SCROLLCARET() 589 prevY = get_scroll_pos_y(hwndRichEdit); in test_EM_SCROLLCARET() 592 ok(prevY == curY, "%d != %d\n", prevY, curY); in test_EM_SCROLLCARET()
|