Home
last modified time | relevance | path

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

/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp219 int resStart = GetCharIndex(m_resStart); in FindNext() local
221 m_resArray = m_pTextPage->GetRectArray(resStart, resEnd - resStart + 1); in FindNext()
404 int resStart = GetCharIndex(m_resStart); in GetMatchedCount() local
406 return resEnd - resStart + 1; in GetMatchedCount()