Searched refs:TextSize (Results 1 – 4 of 4) sorted by relevance
903 Size TextSize; in GetTextSize() local939 TextSize.Height() += aSize.Height(); in GetTextSize()940 TextSize.Width() = Max(TextSize.Width(), Min(aSize.Width(), MaxWidth)); in GetTextSize()950 TextSize.Height() += aSize.Height(); in GetTextSize()951 TextSize.Width() = Max(TextSize.Width(), aSize.Width()); in GetTextSize()955 return TextSize; in GetTextSize()
256 Size TextSize(GetTextWidth(Text), GetTextHeight()); in Paint() local258 DrawText(Point((GetOutputSize().Width() - TextSize.Width()) / 2, in Paint()259 (GetOutputSize().Height() - TextSize.Height()) / 2), Text); in Paint()
235 #define TextSize 116 macro
272 rInp.Read((char*)&rText.Last,TextSize); in operator >>()
Completed in 107 milliseconds