HomeSort by relevance Sort by last modified time
    Searched defs:GetPos (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 42 size_t GetPos() const { return _pos; }
66 UInt64 GetPos() const;
7zOut.cpp 151 UInt64 COutArchive::GetPos() const
157 return _outByte2.GetPos();
490 pos += (unsigned)GetPos();
788 if (_countSize != _outByte2.GetPos())
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 89 size_t GetPos() const { return _pos; }
  /external/opencv/otherlibs/highgui/
bitstrm.cpp 125 SetPos( GetPos() ); // normalize position
209 int RBaseStream::GetPos()
390 int RLBitStream::GetPos()
392 return RBaseStream::GetPos() + (m_bit_idx >> 3);
500 int RMBitStream::GetPos()
502 return RBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
810 int WBaseStream::GetPos()
1009 int WMBitStream::GetPos()
1011 return WBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 220 FX_DWORD GetPos()
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 40 FX_DWORD GetPos()
164 return m_pSyntax->GetPos();

Completed in 139 milliseconds