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 25 CPVT_WordPlace CLine::GetBeginWordPlace() const
107 CPVT_WordPlace CSection::GetBeginWordPlace() const
110 return pLine->GetBeginWordPlace();
126 return GetBeginWordPlace();
147 return GetBeginWordPlace();
155 return pNextLine->GetBeginWordPlace();
188 CPVT_WordPlace place = GetBeginWordPlace();
216 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace())
224 place = GetBeginWordPlace();
235 CPVT_WordRange(pLine->GetNextWordPlace(pLine->GetBeginWordPlace()), pLine->GetEndWordPlace()));
    [all...]
pdf_vt.h 221 CPVT_WordPlace GetBeginWordPlace() const;
299 CPVT_WordPlace GetBeginWordPlace() const;
521 inline CPVT_WordPlace GetBeginWordPlace() const;
  /external/pdfium/core/include/fpdfdoc/
fpdf_vt.h 414 virtual CPVT_WordPlace GetBeginWordPlace() const = 0;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 1011 SetCaret(m_pVT->GetBeginWordPlace());
    [all...]

Completed in 197 milliseconds