Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp218 int resEnd = GetCharIndex(m_resEnd); in FindNext() local
219 m_resArray = m_pTextPage->GetRectArray(resStart, resEnd - resStart + 1); in FindNext()
393 int resEnd = GetCharIndex(m_resEnd); in GetMatchedCount() local
394 return resEnd - resStart + 1; in GetMatchedCount()