Searched refs:GetCurrentPos (Results 1 – 2 of 2) sorted by relevance
420 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()
95 const void* GetCurrentPos() const { return mCharStrm; } in GetCurrentPos() function