Searched defs:SetPos (Results 1 - 4 of 4) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dbitstrm.cpp125 SetPos( GetPos() ); // normalize position
151 SetPos(0);
190 void RBaseStream::SetPos( int pos ) function in class:RBaseStream
381 void RLBitStream::SetPos( int pos ) function in class:RLBitStream
383 RBaseStream::SetPos(pos);
491 void RMBitStream::SetPos( int pos ) function in class:RMBitStream
493 RBaseStream::SetPos(pos);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp102 FX_BOOL PWL_SCROLL_PRIVATEDATA::SetPos(FX_FLOAT pos) function in class:PWL_SCROLL_PRIVATEDATA
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(fPo
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h41 void SetPos(FX_DWORD pos) function in class:CPDF_StreamParser
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h230 void SetPos(FX_DWORD pos) function in class:CPDF_SimpleParser

Completed in 123 milliseconds