Home
last modified time | relevance | path

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

/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx911 RECT aProgressRect = rc; in ImplDrawNativeControl() local
912 …if( vsAPI.GetThemeBackgroundContentRect( hTheme, hDC, PP_BAR, iState, &rc, &aProgressRect) != S_OK… in ImplDrawNativeControl()
916 nProgressWidth *= (aProgressRect.right - aProgressRect.left); in ImplDrawNativeControl()
919 aProgressRect.left = aProgressRect.right - nProgressWidth; in ImplDrawNativeControl()
921 aProgressRect.right = aProgressRect.left + nProgressWidth; in ImplDrawNativeControl()
923 return ImplDrawTheme( hTheme, hDC, PP_CHUNK, iState, aProgressRect, aCaption ); in ImplDrawNativeControl()

Completed in 18 milliseconds