Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dconsole.c487 #define IN_SRECT(r,c) ((r).Left <= (c).X && (c).X <= (r).Right && (r).Top <= (c).Y && (c).Y <= (r).… in testScroll() macro
513 if (IN_SRECT2(scroll, dst, c) && IN_SRECT(clip, c)) in testScroll()
519 else if (IN_SRECT(scroll, c) && IN_SRECT(clip, c)) in testScroll()
584 if (IN_SRECT2(scroll, dst, c) && IN_SRECT(clip, c)) in testScroll()
590 else if (IN_SRECT(scroll, c) && IN_SRECT(clip, c)) in testScroll()
626 if (IN_SRECT2(scroll, dst, c) && IN_SRECT(clip, c)) in testScroll()
632 else if (IN_SRECT(scroll, c) && IN_SRECT(clip, c)) in testScroll()