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

  /external/pdfium/core/fpdftext/
cpdf_textpage.h 110 WideString GetPageText(int start, int count) const;
111 WideString GetAllPageText() const { return GetPageText(0, CountChars()); }
cpdf_linkextract.cpp 146 strBeCheck = m_pTextPage->GetPageText(start, nCount);
cpdf_textpage.cpp 439 WideString CPDF_TextPage::GetPageText(int start, int count) const {
    [all...]
  /external/pdfium/fpdfsdk/
fpdftext.cpp 184 WideString str = textpage->GetPageText(char_start, char_count);

Completed in 76 milliseconds