Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp433 SetCursorX(limitRight); in CalcLineRectImpl()
666 SetCursorX( context.xOrigin + offset ); in PrintImpl()
673 SetCursorX( context.xOrigin + offset ); in PrintImpl()
681 SetCursorX( context.xOrigin ); in PrintImpl()
849 SetCursorX( *pXOrigin + offset ); in AdjustCursor()
855 SetCursorX( *pXOrigin + offset ); in AdjustCursor()
859 SetCursorX( *pXOrigin ); in AdjustCursor()
Dfont_TagProcessorBase.cpp174 writer.SetCursorX(x); in ProcessTab()
/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h442 void SetCursorX(f32 x) { m_CursorPos.x = x; } in SetCursorX() function