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