Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp762 SetCursorY( baseY ); in PrintImpl()
785 SetCursorY(orgCursorY); in PrintImpl()
869 SetCursorY( *pYOrigin ); in AdjustCursor()
874 SetCursorY( *pYOrigin + GetFontAscent() ); in AdjustCursor()
/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h450 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY() function