Home
last modified time | relevance | path

Searched refs:rImageSize (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/inc/vcl/
H A Dbutton.hxx308 const Size& rImageSize, Rectangle& rStateRect,
425 const Size& rImageSize, Rectangle& rStateRect,
/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/source/control/
H A Dbutton.cxx2314 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
2315 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
2324 aSize.Height() = rImageSize.Height(); in ImplDraw()
2336 if ( aSize.Height() > rImageSize.Height() ) in ImplDraw()
3410 aPos.X() += rImageSize.Width() + nImageSep; in ImplDraw()
3411 aSize.Width() -= rImageSize.Width() + nImageSep; in ImplDraw()
3420 aSize.Height() = rImageSize.Height(); in ImplDraw()
3432 if ( aSize.Height() > rImageSize.Height() ) in ImplDraw()
3441 rStateRect.Right() = rStateRect.Left()+rImageSize.Width()-1; in ImplDraw()
3442 rStateRect.Bottom() = rStateRect.Top()+rImageSize.Height()-1; in ImplDraw()
[all …]

Completed in 33 milliseconds