Searched refs:aTRect (Results 1 – 1 of 1) sorted by relevance
932 RECT aTRect = rc; in ImplDrawNativeControl() local936 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 9 milliseconds