9a70f7ae6a7ccbbb9ec4262f99e1558786870670
[reactos.git] / subsys / win32k / include / rect.h
1 BOOL STDCALL
2 NtGdiUnionRect(PRECT Dest, const RECT* Src1, const RECT* Src2);
3 BOOL STDCALL
4 NtGdiSetRect(PRECT Rect, int left, int top, int right, int bottom);
5 BOOL STDCALL
6 NtGdiSetEmptyRect(PRECT Rect);
7 BOOL STDCALL
8 NtGdiIsEmptyRect(const RECT* Rect);
9 BOOL STDCALL
10 NtGdiIntersectRect(PRECT Dest, const RECT* Src1, const RECT* Src2);
11 BOOL STDCALL
12 NtGdiOffsetRect(LPRECT Rect, int x, int y);