Home
last modified time | relevance | path

Searched refs:myCopy (Results 1 – 1 of 1) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp266 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()
[all …]