Searched refs:TextSize (Results 1 – 4 of 4) sorted by relevance
898 Size TextSize; in GetTextSize() local934 TextSize.Height() += aSize.Height(); in GetTextSize()935 TextSize.Width() = Max(TextSize.Width(), Min(aSize.Width(), MaxWidth)); in GetTextSize()945 TextSize.Height() += aSize.Height(); in GetTextSize()946 TextSize.Width() = Max(TextSize.Width(), aSize.Width()); in GetTextSize()950 return TextSize; in GetTextSize()
234 Size TextSize(GetTextWidth(Text), GetTextHeight()); in Paint() local236 DrawText(Point((GetOutputSize().Width() - TextSize.Width()) / 2, in Paint()237 (GetOutputSize().Height() - TextSize.Height()) / 2), Text); in Paint()
235 #define TextSize 116 macro
272 rInp.Read((char*)&rText.Last,TextSize); in operator >>()