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

  /external/opencv/otherlibs/highgui/
bitstrm.cpp 125 SetPos( GetPos() ); // normalize position
151 SetPos(0);
190 void RBaseStream::SetPos( int pos )
381 void RLBitStream::SetPos( int pos )
383 RBaseStream::SetPos(pos);
491 void RMBitStream::SetPos( int pos )
493 RBaseStream::SetPos(pos);
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 102 FX_BOOL PWL_SCROLL_PRIVATEDATA::SetPos(FX_FLOAT pos)
114 if (!SetPos(fScrollPos + fSmallStep))
115 SetPos(ScrollRange.fMax);
120 if (!SetPos(fScrollPos - fSmallStep))
121 SetPos(ScrollRange.fMin);
126 if (!SetPos(fScrollPos + fBigStep))
127 SetPos(ScrollRange.fMax);
132 if (!SetPos(fScrollPos - fBigStep))
133 SetPos(ScrollRange.fMin);
989 m_sData.SetPos(fPos);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 230 void SetPos(FX_DWORD pos)
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 41 void SetPos(FX_DWORD pos)

Completed in 100 milliseconds