Home
last modified time | relevance | path

Searched refs:ThemeInitDrawContext (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/win32/uxtheme/
H A Dnonclient.c158 ThemeInitDrawContext(PDRAW_CONTEXT pcontext, in ThemeInitDrawContext() function
621 ThemeInitDrawContext(&context, hWnd, hRgn); in ThemeHandleNCPaint()
662 ThemeInitDrawContext(&context, hWnd, 0); in ThemeHandleNcMouseMove()
704 ThemeInitDrawContext(&context, hWnd, 0); in ThemeHandleNcMouseLeave()
759 ThemeInitDrawContext(&context, hWnd, 0); in ThemeHandleButton()
H A Duxthemep.h267 void ThemeInitDrawContext(PDRAW_CONTEXT pcontext, HWND hWnd, HRGN hRgn);
H A Dncscrollbar.c426 ThemeInitDrawContext(&context, hwnd, 0); in SCROLL_HandleScrollEvent()