Home
last modified time | relevance | path

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

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