Searched refs:myCopy (Results 1 – 1 of 1) sorted by relevance
264 TextWriterBase<CharType> myCopy = *this; in CalcStringRect() local266 myCopy.CalcStringRectImpl(pRect, str, length); in CalcStringRect()269 this->CopyProfileData(myCopy); in CalcStringRect()331 TextWriterBase<CharType> myCopy = *this; in Print() local333 f32 width = myCopy.PrintImpl(str, length); in Print()335 SetCursor( myCopy.GetCursorX(), myCopy.GetCursorY() ); in Print()338 this->CopyProfileData(myCopy); in Print()364 TextWriterBase<CharType> myCopy = *this; in CalcLineWidth() local366 myCopy.SetCursor(0, 0); in CalcLineWidth()367 myCopy.CalcLineRectImpl(&rect, &str, length); in CalcLineWidth()[all …]