Lines Matching refs:aTextSize
437 Size aTextSize; in ImplDrawAlignedImage() local
499 aTextSize = aRect.GetSize(); in ImplDrawAlignedImage()
501 aTSSize.Width() += aTextSize.Width(); in ImplDrawAlignedImage()
503 if ( aTSSize.Height() < aTextSize.Height() ) in ImplDrawAlignedImage()
504 aTSSize.Height() = aTextSize.Height(); in ImplDrawAlignedImage()
508 long nDiff = (aImageSize.Height() - aTextSize.Height()) / 3; in ImplDrawAlignedImage()
620 … Point aRightPos = Point( aTextPos.X() + aTextSize.Width() + aSymbolSize.Width()/2, aTextPos.Y() ); in ImplDrawAlignedImage()
657 ImplSetFocusRect( Rectangle( aTextPos, aTextSize ) ); in ImplDrawAlignedImage()
658 … pDev->DrawText( Rectangle( aTextPos, aTextSize ), aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
3204 …Size aTextSize = GetTextRect( Rectangle( Point(), Size( nMaxWidth > 0 ? nMaxWidth : 0x7fffffff, 0x… in CalcMinimumSize() local
3208 aSize.Width() += aTextSize.Width(); in CalcMinimumSize()
3209 if ( aSize.Height() < aTextSize.Height() ) in CalcMinimumSize()
3210 aSize.Height() = aTextSize.Height(); in CalcMinimumSize()
4108 …Size aTextSize = GetTextRect( Rectangle( Point(), Size( nMaxWidth > 0 ? nMaxWidth : 0x7fffffff, 0x… in CalcMinimumSize() local
4112 aSize.Width() += aTextSize.Width(); in CalcMinimumSize()
4113 if ( aSize.Height() < aTextSize.Height() ) in CalcMinimumSize()
4114 aSize.Height() = aTextSize.Height(); in CalcMinimumSize()