Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.cpp435 int32_t nOldIndex = m_nCaretIndex; in SetCaret() local
437 if (nOldIndex != nItemIndex) { in SetCaret()
439 InvalidateItem(nOldIndex); in SetCaret()
/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp480 int32_t nOldIndex = 0, nIndex = 0; in WordIndexToWordPlace() local
491 place.nWordIndex = index - nOldIndex - 1; in WordIndexToWordPlace()
498 nOldIndex = nIndex; in WordIndexToWordPlace()