Home
last modified time | relevance | path

Searched refs:GetPos (Results 1 – 12 of 12) sorted by relevance

/external/opencv/otherlibs/highgui/
Dbitstrm.h72 int GetPos();
127 int GetPos();
147 int GetPos();
171 int GetPos();
222 int GetPos();
245 int GetPos();
Dgrfmt_tiff.cpp319 int pos = m_strm.GetPos(); in ReadTable()
725 stripOffsets[i] = m_strm.GetPos(); in WriteImage()
737 stripCounts[i] = (short)(m_strm.GetPos() - stripOffsets[i]); in WriteImage()
745 stripOffsetsOffset = m_strm.GetPos(); in WriteImage()
749 stripCountsOffset = m_strm.GetPos(); in WriteImage()
755 stripOffsetsOffset = m_strm.GetPos(); in WriteImage()
770 bitsPerSample = m_strm.GetPos(); in WriteImage()
778 directoryOffset = m_strm.GetPos(); in WriteImage()
Dbitstrm.cpp125 SetPos( GetPos() ); // normalize position in ReadBlock()
209 int RBaseStream::GetPos() in GetPos() function in RBaseStream
390 int RLBitStream::GetPos() in GetPos() function in RLBitStream
392 return RBaseStream::GetPos() + (m_bit_idx >> 3); in GetPos()
500 int RMBitStream::GetPos() in GetPos() function in RMBitStream
502 return RBaseStream::GetPos() + ((32 - m_bit_idx) >> 3); in GetPos()
810 int WBaseStream::GetPos() in GetPos() function in WBaseStream
1009 int WMBitStream::GetPos() in GetPos() function in WMBitStream
1011 return WBaseStream::GetPos() + ((32 - m_bit_idx) >> 3); in GetPos()
Dgrfmt_sunras.cpp142 m_offset = m_strm.GetPos(); in ReadHeader()
155 m_offset = m_strm.GetPos(); in ReadHeader()
Dgrfmt_pxm.cpp179 m_offset = m_strm.GetPos(); in ReadHeader()
Dgrfmt_jpeg.cpp552 m_low_strm.SetPos( m_low_strm.GetPos() - 2 ); in ReadBlock()
837 int pos = lstrm.GetPos(); in ReadHeader()
1033 int pos = lstrm.GetPos(); in ReadData()
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.h42 size_t GetPos() const { return _pos; } in GetPos() function
66 UInt64 GetPos() const;
D7zOut.cpp151 UInt64 COutArchive::GetPos() const in GetPos() function in NArchive::N7z::COutArchive
157 return _outByte2.GetPos(); in GetPos()
788 if (_countSize != _outByte2.GetPos()) in WriteDatabase()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp60 return m_pSyntax->GetPos(); in Parse()
66 return m_pSyntax->GetPos(); in Parse()
80 return m_pSyntax->GetPos(); in Parse()
85 FX_FILESIZE savePos = m_pSyntax->GetPos(); in Handle_BeginImage()
159 int last_pos = m_pSyntax->GetPos(); in ParsePathObject()
215 last_pos = m_pSyntax->GetPos(); in ParsePathObject()
Dpageint.h40 FX_DWORD GetPos() in GetPos() function
164 return m_pSyntax->GetPos(); in GetParsePos()
/external/lzma/CPP/7zip/Common/
DStreamObjects.h89 size_t GetPos() const { return _pos; } in GetPos() function
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h220 FX_DWORD GetPos() in GetPos() function