Searched refs:DrawCaptionTest (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/win32/user32/drawcaption/ |
H A D | drawcap.c | 65 VOID DrawCaptionTest(HWND hWnd, HDC hDc, WCHAR *AddonStr, DWORD Addon) in DrawCaptionTest() function 134 DrawCaptionTest(hWnd, hDc, L"", 0); in CaptWndProc() 137 DrawCaptionTest(hWnd, hDc, L"DC_GRADIENT", DC_GRADIENT); in CaptWndProc() 140 DrawCaptionTest(hWnd, hDc, L"DC_SMALLCAP", DC_SMALLCAP); in CaptWndProc() 143 DrawCaptionTest(hWnd, hDc, L"DC_BUTTONS", DC_BUTTONS); in CaptWndProc() 146 DrawCaptionTest(hWnd, hDc, in CaptWndProc() 151 DrawCaptionTest(hWnd, hDc, in CaptWndProc() 156 DrawCaptionTest(hWnd, hDc, in CaptWndProc() 161 DrawCaptionTest(hWnd, hDc, in CaptWndProc()
|