Home
last modified time | relevance | path

Searched refs:rImageSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/control/
H A Dbutton.cxx2288 const Size& rImageSize, Rectangle& rStateRect, in ImplDraw() argument
2311 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
2312 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
2317 (rImageSize.Height() > rSize.Height() || ! (nWinStyle & WB_WORDBREAK) ) ) in ImplDraw()
2321 aSize.Height() = rImageSize.Height(); in ImplDraw()
2333 if ( aSize.Height() > rImageSize.Height() ) in ImplDraw()
2334 rStateRect.Top() += ( aSize.Height() - rImageSize.Height() ) / 2; in ImplDraw()
2337 rStateRect.Top() -= ( rImageSize.Height() - aSize.Height() ) / 2; in ImplDraw()
2342 rStateRect.Right() = rStateRect.Left() + rImageSize.Width()-1; in ImplDraw()
2343 rStateRect.Bottom() = rStateRect.Top() + rImageSize.Height()-1; in ImplDraw()
[all …]
/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx964 …itmapReadAccess& rAcc, BitmapReadAccess* pAccAlpha, sal_uLong nCompression, sal_uInt32& rImageSize) in ImplWriteDIBBits() argument
980 rImageSize = rOStm.Tell(); in ImplWriteDIBBits()
992 rImageSize = rOStm.Tell(); in ImplWriteDIBBits()
1030 rImageSize = rOStm.Tell(); in ImplWriteDIBBits()
1154 rImageSize = rOStm.Tell() - rImageSize; in ImplWriteDIBBits()
/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx308 const Size& rImageSize, Rectangle& rStateRect,
425 const Size& rImageSize, Rectangle& rStateRect,