Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_TextWriterBase.cpp420 reinterpret_cast<StreamType>(reader.GetCurrentPos()) <= end; in CalcLineRectImpl()
430 context.str = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in CalcLineRectImpl()
535 prevStreamPos = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in CalcLineRectImpl()
542 *pStr = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in CalcLineRectImpl()
613 reinterpret_cast<StreamType>(reader.GetCurrentPos()) - str <= length; in PrintImpl()
621 context.str = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in PrintImpl()
686 prevNewLinePos = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in PrintImpl()
765 prevStreamPos = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in PrintImpl()
/NW4C-1.3.3/include/nw/font/
Dfont_CharStrmReader.h95 const void* GetCurrentPos() const { return mCharStrm; } in GetCurrentPos() function