HomeSort by relevance Sort by last modified time
    Searched defs:SetPos (Results 1 - 16 of 16) 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); }
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 59 func (s *Slice) SetPos(line int, file string) {
stack.go 48 func (s *Stack) SetPos(line int, file string) {
49 s.tr[len(s.tr)-1].SetPos(line, file)
tokenizer.go 94 func (t *Tokenizer) SetPos(line int, file string) {
  /prebuilts/go/linux-x86/src/cmd/asm/internal/lex/
slice.go 59 func (s *Slice) SetPos(line int, file string) {
stack.go 48 func (s *Stack) SetPos(line int, file string) {
49 s.tr[len(s.tr)-1].SetPos(line, file)
tokenizer.go 94 func (t *Tokenizer) SetPos(line int, file string) {
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser.h 35 void SetPos(uint32_t pos) { m_Pos = pos; }
  /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(FX_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/pdfwindow/
PWL_ScrollBar.cpp 79 bool PWL_SCROLL_PRIVATEDATA::SetPos(FX_FLOAT pos) {
88 if (!SetPos(fScrollPos + fSmallStep))
89 SetPos(ScrollRange.fMax);
93 if (!SetPos(fScrollPos - fSmallStep))
94 SetPos(ScrollRange.fMin);
98 if (!SetPos(fScrollPos + fBigStep))
99 SetPos(ScrollRange.fMax);
103 if (!SetPos(fScrollPos - fBigStep))
104 SetPos(ScrollRange.fMin);
879 m_sData.SetPos(fPos)
    [all...]

Completed in 1140 milliseconds