HomeSort by relevance Sort by last modified time
    Searched refs:GetBeginWordPlace (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 26 CPVT_WordPlace CLine::GetBeginWordPlace() const {
97 CPVT_WordPlace CSection::GetBeginWordPlace() const {
99 return pLine->GetBeginWordPlace();
111 return GetBeginWordPlace();
132 return GetBeginWordPlace();
140 return pNextLine->GetBeginWordPlace();
171 CPVT_WordPlace place = GetBeginWordPlace();
201 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()),
209 place = GetBeginWordPlace();
222 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()),
    [all...]
pdf_vt.h 196 CPVT_WordPlace GetBeginWordPlace() const;
255 CPVT_WordPlace GetBeginWordPlace() const;
423 CPVT_WordPlace GetBeginWordPlace() const override;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 420 virtual CPVT_WordPlace GetBeginWordPlace() const = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 778 SetCaret(m_pVT->GetBeginWordPlace());
    [all...]

Completed in 153 milliseconds