Searched refs:RECTL_Intersect (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/user/ntuser/ |
H A D | menu.c | 2880 static BOOL RECTL_Intersect(const RECT* pRect, INT x, INT y, UINT width, UINT height) in RECTL_Intersect() function 3039 RECTL_Intersect(&Cleaned, x, y, width, height)) in MENU_ShowPopup() 3056 !RECTL_Intersect(&Cleaned, tx, ty, width, height)) in MENU_ShowPopup()
|