Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp354 int32_t nOldIndex = m_nCaretIndex; in SetCaret() local
356 if (nOldIndex != nItemIndex) { in SetCaret()
358 InvalidateItem(nOldIndex); in SetCaret()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp360 int32_t nOldIndex = 0; in WordIndexToWordPlace() local
374 place.nWordIndex = index - nOldIndex - 1; in WordIndexToWordPlace()
381 nOldIndex = nIndex; in WordIndexToWordPlace()