Lines Matching refs:aTempRect
117 Rectangle aTempRect = rRect; in ImplDrawBrdWinSymbol() local
118 Window::ImplCalcSymbolRect( aTempRect ); in ImplDrawBrdWinSymbol()
119 aDecoView.DrawSymbol( aTempRect, eSymbol, in ImplDrawBrdWinSymbol()
132 Rectangle aTempRect; in ImplDrawBrdWinSymbolButton() local
145 aTempRect = rRect; in ImplDrawBrdWinSymbolButton()
146 aTempRect.nLeft+=3; in ImplDrawBrdWinSymbolButton()
147 aTempRect.nRight-=4; in ImplDrawBrdWinSymbolButton()
148 aTempRect.nTop+=3; in ImplDrawBrdWinSymbolButton()
149 aTempRect.nBottom-=4; in ImplDrawBrdWinSymbolButton()
154 aTempRect = aDecoView.DrawButton( rRect, nState|BUTTON_DRAW_FLAT ); in ImplDrawBrdWinSymbolButton()
156 ImplDrawBrdWinSymbol( pDev, aTempRect, eSymbol ); in ImplDrawBrdWinSymbolButton()