Searched refs:cliprc (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 4946 RECT rc, rcu, cliprc; in test_scrollvalidate() local 4964 cliprc=rc; in test_scrollvalidate() 4969 ScrollDC( hdc, -10, -5, &rc, &cliprc, hrgn, &rcu); in test_scrollvalidate() 4981 ScrollDC( hdc, -10, -5, &rc, &cliprc, hrgn, &rcu); in test_scrollvalidate() 5013 cliprc=rc; in test_scrollvalidate() 5026 SetRect( &cliprc, 0,0, 100,100); in test_scrollvalidate() 5040 cliprc=rc; in test_scrollvalidate() 5140 RECT rc, rc2, rcu, cliprc; in test_scrolldc() local 5161 cliprc=rc; in test_scrolldc() 5162 cliprc.top = (rc.top + rc.bottom) /2; in test_scrolldc() [all …]
|