Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_basic.h429 DataList* pCurList = m_DataLists.GetDataPtr(m_CurList); in GetAt() local
430 if (!pCurList || nIndex < pCurList->start || in GetAt()
431 nIndex >= pCurList->start + pCurList->count) { in GetAt()
432 pCurList = nullptr; in GetAt()
444 pCurList = list; in GetAt()
450 return pCurList ? pCurList->data + (nIndex - pCurList->start) * unit in GetAt()