Lines Matching refs:myCopy
264 TextWriterBase<CharType> myCopy = *this; in CalcStringRect() local
266 myCopy.CalcStringRectImpl(pRect, str, length); in CalcStringRect()
269 this->CopyProfileData(myCopy); in CalcStringRect()
331 TextWriterBase<CharType> myCopy = *this; in Print() local
333 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() local
366 myCopy.SetCursor(0, 0); in CalcLineWidth()
367 myCopy.CalcLineRectImpl(&rect, &str, length); in CalcLineWidth()
370 this->CopyProfileData(myCopy); in CalcLineWidth()
442 TextWriterBase<CharType> myCopy = *this; in CalcLineRectImpl() local
445 context2.writer = &myCopy; in CalcLineRectImpl()
449 this->CopyProfileData(myCopy); in CalcLineRectImpl()
453 && (myCopy.GetCursorX() - context.xOrigin > m_WidthLimit) in CalcLineRectImpl()
632 TextWriterBase<CharType> myCopy = *this; in PrintImpl() local
635 context2.writer = &myCopy; in PrintImpl()
639 this->CopyProfileData(myCopy); in PrintImpl()
643 && myCopy.GetCursorX() - context.xOrigin > m_WidthLimit in PrintImpl()