Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp760 SetCursorY( baseY ); in PrintImpl()
783 SetCursorY(orgCursorY); in PrintImpl()
867 SetCursorY( *pYOrigin ); in AdjustCursor()
872 SetCursorY( *pYOrigin + GetFontAscent() ); in AdjustCursor()
/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h448 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY() function