Home
last modified time | relevance | path

Searched refs:aTRect (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx932 RECT aTRect = rc; in ImplDrawNativeControl() local
936 aTRect.top += (rc.bottom - rc.top - nH)/2; in ImplDrawNativeControl()
937 aTRect.bottom = aTRect.top + nH; in ImplDrawNativeControl()
942 aTRect.left += (rc.right - rc.left - nW)/2; in ImplDrawNativeControl()
943 aTRect.right = aTRect.left + nW; in ImplDrawNativeControl()
945 ImplDrawTheme( hTheme, hDC, iPart, iState, aTRect, aCaption ); in ImplDrawNativeControl()

Completed in 19 milliseconds