Home
last modified time | relevance | path

Searched refs:text_last (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp452 int text_last = TextIndexFromCharIndex(last); in GetPageText() local
453 if (text_last < 0 || text_last < text_start) in GetPageText()
456 int text_count = text_last - text_start + 1; in GetPageText()