Home
last modified time | relevance | path

Searched refs:rStateRect (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dbutton.cxx2291 const Size& rImageSize, Rectangle& rStateRect, in ImplDraw() argument
2333 rStateRect.Left() = rPos.X(); in ImplDraw()
2334 rStateRect.Top() = rMouseRect.Top(); in ImplDraw()
2337 rStateRect.Top() += ( aSize.Height() - rImageSize.Height() ) / 2; in ImplDraw()
2340 rStateRect.Top() -= ( rImageSize.Height() - aSize.Height() ) / 2; in ImplDraw()
2341 if( rStateRect.Top() < 0 ) in ImplDraw()
2342 rStateRect.Top() = 0; in ImplDraw()
2345 rStateRect.Right() = rStateRect.Left() + rImageSize.Width()-1; in ImplDraw()
2346 rStateRect.Bottom() = rStateRect.Top() + rImageSize.Height()-1; in ImplDraw()
2348 if ( rStateRect.Bottom() > rMouseRect.Bottom() ) in ImplDraw()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dbutton.hxx308 const Size& rImageSize, Rectangle& rStateRect,
425 const Size& rImageSize, Rectangle& rStateRect,