Searched defs:GetPos (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h42 size_t GetPos() const { return _pos; } function in class:NArchive::N7z::CWriteBufferLoc
66 UInt64 GetPos() const;
H A D7zOut.cpp151 UInt64 COutArchive::GetPos() const function in class:NArchive::N7z::COutArchive
157 return _outByte2.GetPos();
490 pos += (unsigned)GetPos();
788 if (_countSize != _outByte2.GetPos())
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.h89 size_t GetPos() const { return _pos; } function in class:CBufPtrSeqOutStream
/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp125 SetPos( GetPos() ); // normalize position
209 int RBaseStream::GetPos() function in class:RBaseStream
390 int RLBitStream::GetPos() function in class:RLBitStream
392 return RBaseStream::GetPos() + (m_bit_idx >> 3);
500 int RMBitStream::GetPos() function in class:RMBitStream
502 return RBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
810 int WBaseStream::GetPos() function in class:WBaseStream
1009 int WMBitStream::GetPos() function in class:WMBitStream
1011 return WBaseStream::GetPos() + ((32 - m_bit_idx) >> 3);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h37 FX_DWORD GetPos() function in class:CPDF_StreamParser
167 return m_pSyntax->GetPos();
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h225 FX_DWORD GetPos() function in class:CPDF_SimpleParser

Completed in 602 milliseconds