Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_TextWriterBase.cpp422 reinterpret_cast<StreamType>(reader.GetCurrentPos()) <= end; in CalcLineRectImpl()
432 context.str = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in CalcLineRectImpl()
537 prevStreamPos = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in CalcLineRectImpl()
544 *pStr = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in CalcLineRectImpl()
615 reinterpret_cast<StreamType>(reader.GetCurrentPos()) - str <= length; in PrintImpl()
623 context.str = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in PrintImpl()
688 prevNewLinePos = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in PrintImpl()
767 prevStreamPos = reinterpret_cast<StreamType>(reader.GetCurrentPos()); in PrintImpl()
/NW4C-2.0.3/include/nw/font/
Dfont_CharStrmReader.h97 const void* GetCurrentPos() const { return mCharStrm; } in GetCurrentPos() function