Searched refs:GetTextLineSize (Results 1 – 2 of 2) sorted by relevance
867 Size SmViewShell::GetTextLineSize(OutputDevice& rDevice, const String& rLine) in GetTextLineSize() function in SmViewShell914 aSize = GetTextLineSize(rDevice, aLine); in GetTextSize()929 if (GetTextLineSize(rDevice, aText).Width() < MaxWidth) in GetTextSize()938 aSize = GetTextLineSize(rDevice, aText); in GetTextSize()1004 aSize = GetTextLineSize(rDevice, aLine); in DrawText()1018 if (GetTextLineSize(rDevice, aText).Width() < MaxWidth) in DrawText()1034 while (GetTextLineSize(rDevice, aLine).Width() > MaxWidth); in DrawText()
230 Size GetTextLineSize(OutputDevice& rDevice,
Completed in 29 milliseconds