Lines Matching refs:myCopy
266 TextWriterBase<CharType> myCopy = *this; in CalcStringRect() local
268 myCopy.CalcStringRectImpl(pRect, str, length); in CalcStringRect()
271 this->CopyProfileData(myCopy); in CalcStringRect()
333 TextWriterBase<CharType> myCopy = *this; in Print() local
335 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() local
368 myCopy.SetCursor(0, 0); in CalcLineWidth()
369 myCopy.CalcLineRectImpl(&rect, &str, length); in CalcLineWidth()
372 this->CopyProfileData(myCopy); in CalcLineWidth()
444 TextWriterBase<CharType> myCopy = *this; in CalcLineRectImpl() local
447 context2.writer = &myCopy; in CalcLineRectImpl()
451 this->CopyProfileData(myCopy); in CalcLineRectImpl()
455 && (myCopy.GetCursorX() - context.xOrigin > m_WidthLimit) in CalcLineRectImpl()
634 TextWriterBase<CharType> myCopy = *this; in PrintImpl() local
637 context2.writer = &myCopy; in PrintImpl()
641 this->CopyProfileData(myCopy); in PrintImpl()
645 && myCopy.GetCursorX() - context.xOrigin > m_WidthLimit in PrintImpl()