Lines Matching refs:aTempRect
1948 Rectangle aTempRect; in ImplDrawAutoHide() local
1949 ImplGetAutoHideRect( aTempRect ); in ImplDrawAutoHide()
1952 Erase( aTempRect ); in ImplDrawAutoHide()
2007 Point aPos( aTempRect.Left()+((aTempRect.GetWidth()-aImageSize.Width())/2), in ImplDrawAutoHide()
2008 aTempRect.Top()+((aTempRect.GetHeight()-aImageSize.Height())/2) ); in ImplDrawAutoHide()
2014 ImplDrawButtonRect( aTempRect, nSize ); in ImplDrawAutoHide()
2139 Rectangle aTempRect; in ImplDrawFadeIn() local
2141 ImplGetFadeInRect( aTempRect ); in ImplDrawFadeIn()
2156 Erase( aTempRect ); in ImplDrawFadeIn()
2158 … ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeIn()
2168 Rectangle aTempRect; in ImplDrawFadeOut() local
2170 ImplGetFadeOutRect( aTempRect ); in ImplDrawFadeOut()
2185 Erase( aTempRect ); in ImplDrawFadeOut()
2187 … ImplDrawGrip( aTempRect, (meAlign == WINDOWALIGN_TOP) || (meAlign == WINDOWALIGN_BOTTOM), bLeft ); in ImplDrawFadeOut()