Searched refs:nBottom (Results 1 – 1 of 1) sorted by relevance
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | region.c | 852 _In_ INT nBottom) in IntersectClipRect() argument 854 HANDLE_METADC(INT, IntersectClipRect, ERROR, hdc, nLeft, nTop, nRight, nBottom); in IntersectClipRect() 855 return NtGdiIntersectClipRect(hdc, nLeft, nTop, nRight, nBottom); in IntersectClipRect()
|