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

  /external/pdfium/fpdfsdk/
fpdf_searchex.cpp 23 return static_cast<CPDF_TextPage*>(text_page)->TextIndexFromCharIndex(
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 100 int TextIndexFromCharIndex(int CharIndex) const;
cpdf_textpagefind.cpp 262 m_resStart = m_pTextPage->TextIndexFromCharIndex(order);
263 m_resEnd = m_pTextPage->TextIndexFromCharIndex(order + MatchedCount - 1);
cpdf_textpage.cpp 222 int CPDF_TextPage::TextIndexFromCharIndex(int CharIndex) const {
445 int text_start = TextIndexFromCharIndex(start);
452 int text_last = TextIndexFromCharIndex(last);
    [all...]

Completed in 96 milliseconds