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

12

/external/lzma/CPP/Windows/Control/
H A DTrackbar.h17 void SetPos(int pos, bool redraw = true) function in class:NWindows::NControl::CTrackbar1
H A DProgressBar.h14 LRESULT SetPos(int pos) { return SendMessage(PBM_SETPOS, pos, 0); } function in class:NWindows::NControl::CProgressBar
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.cpp85 void CProgressDialog::SetPos(UInt64 pos) function in class:CProgressDialog
96 m_ProgressBar.SetPos(_converter.Count(pos)); // Test it for 100%
112 SetPos(completed);
H A DProgressDialog.h51 void SetPos(UInt64 completed) function in class:CProgressSync
97 void SetPos(UInt64 pos);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old_unittest.cpp14 parser.SetPos(6);
H A Dpageint.h42 void SetPos(FX_DWORD pos) { m_Pos = pos; } function in class:CPDF_StreamParser
H A Dfpdf_page_parser_old.cpp86 m_pSyntax->SetPos(savePos);
234 m_pSyntax->SetPos(last_pos);
/external/pdfium/xfa/include/fwl/lightwidget/
H A Dscrollbar.h24 FWL_ERR SetPos(FX_FLOAT fPos);
/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dscrollbar.cpp70 FWL_ERR CFWL_ScrollBar::SetPos(FX_FLOAT fPos) { function in class:CFWL_ScrollBar
73 return static_cast<IFWL_ScrollBar*>(m_pIface)->SetPos(fPos);
/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/xfa/include/fwl/basewidget/
H A Dfwl_scrollbar.h61 FWL_ERR SetPos(FX_FLOAT fPos);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_utils.cpp75 syntax.SetPos(0);
79 syntax.SetPos(0);
95 syntax.SetPos(0);
106 syntax.SetPos(0);
136 syntax.SetPos(0);
144 syntax.SetPos(0);
168 syntax.SetPos(0);
177 syntax.SetPos(0);
H A Ddoc_ap.cpp225 syntax.SetPos(0);
229 syntax.SetPos(0);
236 syntax.SetPos(0);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ScrollBar.cpp81 FX_BOOL PWL_SCROLL_PRIVATEDATA::SetPos(FX_FLOAT pos) { function in class:PWL_SCROLL_PRIVATEDATA
90 if (!SetPos(fScrollPos + fSmallStep))
91 SetPos(ScrollRange.fMax);
95 if (!SetPos(fScrollPos - fSmallStep))
96 SetPos(ScrollRange.fMin);
100 if (!SetPos(fScrollPos + fBigStep))
101 SetPos(ScrollRange.fMax);
105 if (!SetPos(fScrollPos - fBigStep))
106 SetPos(ScrollRange.fMin);
883 m_sData.SetPos(fPo
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ScrollBar.h78 FX_BOOL SetPos(FX_FLOAT pos);
/external/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractCallbackSfx.cpp74 ProgressDialog.Sync.SetPos(*completeValue);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
H A Dfwl_scrollbarimp.h38 virtual FWL_ERR SetPos(FX_FLOAT fPos);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_listboximp.cpp539 m_pVertScrollBar->SetPos(fPosY);
836 m_pVertScrollBar->SetPos(fPos);
845 m_pVertScrollBar->SetPos(0);
871 m_pHorzScrollBar->SetPos(fPos);
880 m_pHorzScrollBar->SetPos(0);
1230 pScrollBar->SetPos(fPos);
H A Dfwl_scrollbarimp.cpp50 FWL_ERR IFWL_ScrollBar::SetPos(FX_FLOAT fPos) { function in class:IFWL_ScrollBar
51 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->SetPos(fPos);
193 FWL_ERR CFWL_ScrollBarImp::SetPos(FX_FLOAT fPos) { function in class:CFWL_ScrollBarImp

Completed in 373 milliseconds

12