Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx89 static VisualStylesAPI vsAPI; variable
184 vsAPI.CloseThemeData(iter->second); in deInitNWF()
205 HTHEME hTheme = vsAPI.OpenThemeData( hWnd, name ); in getThemeHandle()
344 HRESULT hr = vsAPI.DrawThemeBackground( hTheme, hDC, iPart, iState, &rc, 0); in ImplDrawTheme()
349 hr = vsAPI.GetThemeBackgroundContentRect( hTheme, hDC, iPart, iState, &rc, &rcContent); in ImplDrawTheme()
350 hr = vsAPI.DrawThemeText( hTheme, hDC, iPart, iState, in ImplDrawTheme()
367 …HRESULT hr = vsAPI.GetThemePartSize( hTheme, hDC, iPart, iState, NULL, eTS, &aSz ); // TS_TRUE ret… in ImplGetThemeRect()
474 hr = vsAPI.DrawThemeBackground( hTheme, hDC, iPart, iState, &rc, 0); in ImplDrawNativeControl()
488 hr = vsAPI.DrawThemeBackground( hTheme, hDC, iPart, iState, &rc, 0); in ImplDrawNativeControl()
502 hr = vsAPI.DrawThemeBackground( hTheme, hDC, iPart, iState, &rc, 0); in ImplDrawNativeControl()
[all …]