Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx61 typedef HRESULT (WINAPI * CloseThemeData_Proc_T) ( HTHEME hTheme );
62 …typedef HRESULT (WINAPI * GetThemeBackgroundContentRect_Proc_T) ( HTHEME hTheme, HDC hdc, int iPar…
63 …typedef HRESULT (WINAPI * DrawThemeBackground_Proc_T) ( HTHEME hTheme, HDC hdc, int iPartId, int i…
64 …typedef HRESULT (WINAPI * DrawThemeText_Proc_T) ( HTHEME hTheme, HDC hdc, int iPartId, int iStateI…
65 …typedef HRESULT (WINAPI * GetThemePartSize_Proc_T) ( HTHEME hTheme, HDC hdc, int iPartId, int iSta…
82 HRESULT CloseThemeData( HTHEME hTheme );
83 …HRESULT GetThemeBackgroundContentRect( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RE…
84 …HRESULT DrawThemeBackground( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, const RECT *pRect,…
85 …HRESULT DrawThemeText( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, LPCWSTR pszText, int iCh…
86 …HRESULT GetThemePartSize( HTHEME hTheme, HDC hdc, int iPartId, int iStateId, RECT *prc, THEMESIZE …
[all …]