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

  /external/lzma/CPP/Windows/Control/
Trackbar.h 16 void SetPos(int pos, bool redraw = true)
ProgressBar.h 18 LRESULT SetPos(int pos) { return SendMsg(PBM_SETPOS, pos, 0); }
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 35 void SetPos(uint32_t pos) { m_Pos = pos; }
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.h 40 void SetPos(FX_FILESIZE pos) { m_Pos = std::min(pos, m_FileLen); }
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 85 void CProgressDialog::SetPos(UInt64 pos)
96 m_ProgressBar.SetPos(_converter.Count(pos)); // Test it for 100%
112 SetPos(completed);
ProgressDialog.h 51 void SetPos(UInt64 completed)
97 void SetPos(UInt64 pos);
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.h 53 void SetPos(float fPos) { m_fPos = fPos; }
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 292 // SetPos sets the position. NewIdentifier is a public method so we can't modify its signature.
295 func (i *IdentifierNode) SetPos(pos Pos) *IdentifierNode {
317 return NewIdentifier(i.Ident).SetTree(i.tr).SetPos(i.Pos)
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 292 // SetPos sets the position. NewIdentifier is a public method so we can't modify its signature.
295 func (i *IdentifierNode) SetPos(pos Pos) *IdentifierNode {
317 return NewIdentifier(i.Ident).SetTree(i.tr).SetPos(i.Pos)
  /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/pwl/
cpwl_scroll_bar.cpp 92 bool PWL_SCROLL_PRIVATEDATA::SetPos(float pos) {
101 if (!SetPos(fScrollPos + fSmallStep))
102 SetPos(ScrollRange.fMax);
106 if (!SetPos(fScrollPos - fSmallStep))
107 SetPos(ScrollRange.fMin);
111 if (!SetPos(fScrollPos + fBigStep))
112 SetPos(ScrollRange.fMax);
116 if (!SetPos(fScrollPos - fBigStep))
117 SetPos(ScrollRange.fMin);
629 m_sData.SetPos(fPos)
    [all...]
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmlexer.h 114 void SetPos(const wchar_t* pos) { m_cursor = pos; }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]

Completed in 1565 milliseconds