HomeSort by relevance Sort by last modified time
    Searched refs:SetPos (Results 1 - 23 of 23) 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/parser/
cpdf_syntax_parser_unittest.cpp 86 parser.SetPos(5);
89 parser.SetPos(6);
92 parser.SetPos(-1);
95 parser.SetPos(std::numeric_limits<FX_FILESIZE>::max());
99 parser.SetPos(0);
cpdf_cross_ref_avail.cpp 86 parser_->SetPos(cross_refs_for_check_.front());
117 parser_->SetPos(current_offset_);
136 parser_->SetPos(current_offset_);
cpdf_parser.cpp 306 m_pSyntax->SetPos(m_pSyntax->m_FileLen - m_pSyntax->m_HeaderOffset -
388 m_pSyntax->SetPos(it.second.pos);
391 m_pSyntax->SetPos(SavedPos);
533 m_pSyntax->SetPos(pos.ValueOrDie());
618 m_pSyntax->SetPos(SavedPos);
642 m_pSyntax->SetPos(pos);
848 m_pSyntax->SetPos(obj_pos);
885 m_pSyntax->SetPos(pos + i - m_pSyntax->m_HeaderOffset);
928 m_pSyntax->SetPos(dwSavePos);
    [all...]
cpdf_linearized_header.cpp 58 parser->SetPos(kLinearizedHeaderOffset);
cpdf_syntax_parser.h 40 void SetPos(FX_FILESIZE pos) { m_Pos = std::min(pos, m_FileLen); }
cpdf_syntax_parser.cpp 485 SetPos(saved_pos);
492 SetPos(saved_pos);
498 SetPos(saved_pos);
cpdf_data_avail.cpp 478 GetSyntaxParser()->SetPos(pos);
481 GetSyntaxParser()->SetPos(SavedPos);
  /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);
ProgressDialog2.cpp 575 m_ProgressBar.SetPos(_progressConv.Count(pos));
715 // SetPos(0);
  /external/pdfium/core/fpdfapi/page/
cpdf_streamparser_unittest.cpp 13 parser.SetPos(6);
cpdf_streamparser.h 35 void SetPos(uint32_t pos) { m_Pos = pos; }
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmlexer.h 114 void SetPos(const wchar_t* pos) { m_cursor = pos; }
cxfa_fmparser.cpp 1011 m_lexer->SetPos(pStartPos);
    [all...]
  /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...]
cpwl_scroll_bar.h 104 bool SetPos(float pos);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FlagsCopyLowering.cpp     [all...]
  /external/pdfium/xfa/fwl/
cfwl_scrollbar.h 53 void SetPos(float fPos) { m_fPos = fPos; }
cfwl_listbox.cpp 346 m_pVertScrollBar->SetPos(fPosY);
528 m_pVertScrollBar->SetPos(fPos);
537 m_pVertScrollBar->SetPos(0);
560 m_pHorzScrollBar->SetPos(fPos);
569 m_pHorzScrollBar->SetPos(0);
883 pScrollBar->SetPos(fPos);
cfwl_edit.cpp 773 m_pHorzScrollBar->SetPos(fPos);
801 m_pVertScrollBar->SetPos(fPos);
    [all...]
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 79 ProgressDialog.Sync.SetPos(*completeValue);

Completed in 2506 milliseconds