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

  /external/opencv/otherlibs/highgui/
bitstrm.h 71 void SetPos( int pos );
126 void SetPos( int pos );
146 void SetPos( int pos );
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);
grfmt_tiff.cpp 320 m_strm.SetPos( offset );
344 m_strm.SetPos(pos);
383 m_strm.SetPos( header_offset );
590 m_strm.SetPos( m_offsets[s] );
grfmt_pxm.cpp 232 m_strm.SetPos( m_offset );
grfmt_sunras.cpp 201 m_strm.SetPos( m_offset );
grfmt_jpeg.cpp 517 if( m_is_opened ) SetPos(0);
552 m_low_strm.SetPos( m_low_strm.GetPos() - 2 );
912 lstrm.SetPos( pos + length );
1021 lstrm.SetPos( m_offset );
1095 if( marker != 0xDA ) lstrm.SetPos( pos + length );
    [all...]
grfmt_bmp.cpp 221 m_strm.SetPos( m_offset );
  /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/src/fpdfdoc/
doc_utils.cpp 96 syntax.SetPos(0);
100 syntax.SetPos(0);
116 syntax.SetPos(0);
127 syntax.SetPos(0);
156 syntax.SetPos(0);
164 syntax.SetPos(0);
187 syntax.SetPos(0);
196 syntax.SetPos(0);
doc_ap.cpp 210 syntax.SetPos(0);
214 syntax.SetPos(0);
221 syntax.SetPos(0);
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 84 FX_BOOL SetPos(FX_FLOAT pos);
  /external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
WinTestDlg.cc     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 82 m_pSyntax->SetPos(savePos);
223 m_pSyntax->SetPos(last_pos);
    [all...]
pageint.h 41 void SetPos(FX_DWORD pos)
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 230 void SetPos(FX_DWORD pos)

Completed in 1985 milliseconds