Searched refs:SetPos (Results 1 - 15 of 15) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dbitstrm.h71 void SetPos( int pos );
126 void SetPos( int pos );
146 void SetPos( int pos );
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);
H A Dgrfmt_tiff.cpp320 m_strm.SetPos( offset );
344 m_strm.SetPos(pos);
383 m_strm.SetPos( header_offset );
590 m_strm.SetPos( m_offsets[s] );
H A Dgrfmt_pxm.cpp232 m_strm.SetPos( m_offset );
H A Dgrfmt_sunras.cpp201 m_strm.SetPos( m_offset );
H A Dgrfmt_jpeg.cpp517 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 );
H A Dgrfmt_bmp.cpp221 m_strm.SetPos( m_offset );
/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/fpdfdoc/
H A Ddoc_utils.cpp96 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);
H A Ddoc_ap.cpp210 syntax.SetPos(0);
214 syntax.SetPos(0);
221 syntax.SetPos(0);
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ScrollBar.h84 FX_BOOL SetPos(FX_FLOAT pos);
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc1338 slider->SetPos(volume);
1344 slider->SetPos(volume);
1363 slider->SetPos(10-leftVol); // pos 0 <=> max pan 1.0 (top of slider)
1367 slider->SetPos(10-rightVol);
3284 sliderSpkr->SetPos(svol);
3290 sliderMic->SetPos(mvol);
3303 progressMic->SetPos(micLevel);
3307 progressOut->SetPos(combinedOutputLevel);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp82 m_pSyntax->SetPos(savePos);
223 m_pSyntax->SetPos(last_pos);
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 208 milliseconds