Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp435 SetCursorX(limitRight); in CalcLineRectImpl()
668 SetCursorX( context.xOrigin + offset ); in PrintImpl()
675 SetCursorX( context.xOrigin + offset ); in PrintImpl()
683 SetCursorX( context.xOrigin ); in PrintImpl()
851 SetCursorX( *pXOrigin + offset ); in AdjustCursor()
857 SetCursorX( *pXOrigin + offset ); in AdjustCursor()
861 SetCursorX( *pXOrigin ); in AdjustCursor()
/NW4C-2.0.3/include/nw/font/
Dfont_TagProcessorBase.h268 writer.SetCursorX(x); in ProcessTab()
Dfont_CharWriter.h444 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX() function