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

  /external/lzma/CPP/Windows/Control/
Trackbar.h 22 int GetPos()
ProgressBar.h 16 UINT GetPos() { return (UINT)SendMessage(PBM_GETPOS, 0, 0); }
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.h 45 CFX_PointF GetPos() const { return m_Pos; }
cpdf_streamparser.h 34 uint32_t GetPos() const { return m_Pos; }
  /external/lzma/CPP/Common/
DynamicBuffer.h 51 const size_t GetPos() const { return _pos; }
  /external/lzma/CPP/7zip/Common/
StreamObjects.h 94 size_t GetPos() const { return _pos; }
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.h 52 FX_FLOAT GetPos() const { return m_fPos; }
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.h 43 size_t GetPos() const { return _pos; }
231 UInt64 GetPos() const;
7zOut.cpp 133 UInt64 COutArchive::GetPos() const
139 return _outByte2.GetPos();
458 pos += (unsigned)GetPos();
820 if (_countSize != _outByte2.GetPos())
  /external/lzma/CPP/7zip/UI/FileManager/
ExtractCallback.h 157 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/fxcrt/
fx_basic.h 351 uint32_t GetPos() const { return m_BitPos; }

Completed in 184 milliseconds