Searched refs:myCopy (Results 1 – 1 of 1) sorted by relevance
266 TextWriterBase<CharType> myCopy = *this; in CalcStringRect() local268 myCopy.CalcStringRectImpl(pRect, str, length); in CalcStringRect()271 this->CopyProfileData(myCopy); in CalcStringRect()333 TextWriterBase<CharType> myCopy = *this; in Print() local335 f32 width = myCopy.PrintImpl(str, length); in Print()337 SetCursor( myCopy.GetCursorX(), myCopy.GetCursorY() ); in Print()340 this->CopyProfileData(myCopy); in Print()366 TextWriterBase<CharType> myCopy = *this; in CalcLineWidth() local368 myCopy.SetCursor(0, 0); in CalcLineWidth()369 myCopy.CalcLineRectImpl(&rect, &str, length); in CalcLineWidth()[all …]