Lines Matching refs:rMouseRect
2292 Rectangle& rMouseRect, bool bLayout ) in ImplDraw() argument
2330 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
2331 rMouseRect.Left() = rPos.X(); in ImplDraw()
2334 rStateRect.Top() = rMouseRect.Top(); in ImplDraw()
2348 if ( rStateRect.Bottom() > rMouseRect.Bottom() ) in ImplDraw()
2349 rMouseRect.Bottom() = rStateRect.Bottom(); in ImplDraw()
2367 rMouseRect = rStateRect; in ImplDraw()
2419 rMouseRect = aImageRect; in ImplDraw()
3393 Rectangle& rMouseRect, bool bLayout ) in ImplDraw() argument
3427 rMouseRect = Rectangle( aPos, aSize ); in ImplDraw()
3428 rMouseRect.Left() = rPos.X(); in ImplDraw()
3430 rStateRect.Top() = rMouseRect.Top(); in ImplDraw()
3443 if ( rStateRect.Bottom() > rMouseRect.Bottom() ) in ImplDraw()
3444 rMouseRect.Bottom() = rStateRect.Bottom(); in ImplDraw()
3467 rMouseRect = rStateRect; in ImplDraw()
3474 rMouseRect.Right()-1-nLineSpace < rPos.X()+rSize.Width() ) in ImplDraw()
3481 long nLineX = rMouseRect.Right()+nLineSpace; in ImplDraw()