Home
last modified time | relevance | path

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

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