Lines Matching refs:aTextSize
2280 Size aTextSize( aTextRect.GetSize() ); in CalcTextRect() local
2300 if( aTextSize.Width() < nMinWidth ) in CalcTextRect()
2301 aTextSize.Width() = nMinWidth; in CalcTextRect()
2305 if( aOptSize.Height() > aTextSize.Height() ) in CalcTextRect()
2306 aTextSize.Height() = aOptSize.Height(); in CalcTextRect()
2308 aPos.X() += (nBoundWidth - aTextSize.Width()) / 2; in CalcTextRect()
2315 aPos.Y() += (nBoundHeight - aTextSize.Height()) / 2; in CalcTextRect()
2318 return Rectangle( aPos, aTextSize ); in CalcTextRect()
2995 Size aTextSize( pView->GetTextWidth( aStrDummy ), pView->GetTextHeight() ); in GetMinGrid() local
2999 aMinSize.Height() += aTextSize.Height(); in GetMinGrid()
3004 aMinSize.Width() += aTextSize.Width(); in GetMinGrid()