Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dbutton.cxx450 Size aTSSize; in ImplDrawAlignedImage() local
463 aTSSize.Width() = 3 * nSymbolHeight / 2; in ImplDrawAlignedImage()
469 aTSSize.Width() = aSymbol.GetWidth(); in ImplDrawAlignedImage()
471 aTSSize.Height() = aSymbol.GetHeight(); in ImplDrawAlignedImage()
499 aTSSize.Width() += aTextSize.Width(); in ImplDrawAlignedImage()
501 if ( aTSSize.Height() < aTextSize.Height() ) in ImplDrawAlignedImage()
502 aTSSize.Height() = aTextSize.Height(); in ImplDrawAlignedImage()
512 aMax.Width() = aTSSize.Width() > aImageSize.Width() ? aTSSize.Width() : aImageSize.Width(); in ImplDrawAlignedImage()
513 … aMax.Height() = aTSSize.Height() > aImageSize.Height() ? aTSSize.Height() : aImageSize.Height(); in ImplDrawAlignedImage()
521 aTextPos.Y() = rPos.Y() + ( aMax.Height() - aTSSize.Height() ) / 2; in ImplDrawAlignedImage()
[all …]