Searched refs:theme_dll_ (Results 1 – 2 of 2) sorted by relevance
202 return !theme_dll_ || !GetThemeHandle(name); in IsClassicTheme()318 : theme_dll_(LoadLibrary(L"uxtheme.dll")), in NativeThemeWin()332 if (theme_dll_) { in NativeThemeWin()334 GetProcAddress(theme_dll_, "DrawThemeBackground")); in NativeThemeWin()336 GetProcAddress(theme_dll_, "DrawThemeBackgroundEx")); in NativeThemeWin()338 GetProcAddress(theme_dll_, "GetThemeColor")); in NativeThemeWin()340 GetProcAddress(theme_dll_, "GetThemeBackgroundContentRect")); in NativeThemeWin()342 GetProcAddress(theme_dll_, "GetThemePartSize")); in NativeThemeWin()344 GetProcAddress(theme_dll_, "OpenThemeData")); in NativeThemeWin()346 GetProcAddress(theme_dll_, "CloseThemeData")); in NativeThemeWin()[all …]
353 HMODULE theme_dll_; variable