102{
103 RECT rc = {0, 0, 8, 8 };
107 0, 0, 0, 0, 0, 0, 0, 0,
108 0, 1, 1, 1, 1, 0, 0, 0,
109 0, 1, 2, 2, 1, 0, 0, 0,
110 0, 1, 2, 2, 1, 1, 1, 0,
111 0, 1, 1, 1, 2, 2, 1, 0,
112 0, 0, 0, 1, 2, 2, 1, 0,
113 0, 0, 0, 1, 1, 1, 1, 0,
114 0, 0, 0, 0, 0, 0, 0, 0
115 };
117
119
121 ok(hrgn1 !=
NULL,
"failed to create region\n");
122
124 ok(hrgn1 !=
NULL,
"failed to create region\n");
125
127
129 ok(bRet != 0,
"FrameRgn failed\n");
130
132 ok(bRet != 0,
"FrameRgn failed\n");
133
135
136}
#define CheckBitmapBits(hdc, cx, cy, pj, pcr)
HGDIOBJ WINAPI GetStockObject(_In_ int)
HRGN WINAPI CreateRectRgn(_In_ int, _In_ int, _In_ int, _In_ int)
BOOL WINAPI FrameRgn(_In_ HDC, _In_ HRGN, _In_ HBRUSH, _In_ int, _In_ int)
int WINAPI CombineRgn(_In_opt_ HRGN hrgnDest, _In_opt_ HRGN hrgnSrc1, _In_opt_ HRGN hrgnSrc2, _In_ int fnCombineMode)
int WINAPI FillRgn(_In_ HDC, _In_ HRGN, _In_ HBRUSH)
int WINAPI FillRect(HDC, LPCRECT, HBRUSH)