Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_basic.h1119 DataList* pCurList = m_DataLists.GetDataPtr(m_CurList); in GetAt() local
1120 if (!pCurList || nIndex < pCurList->start || in GetAt()
1121 nIndex >= pCurList->start + pCurList->count) { in GetAt()
1122 pCurList = NULL; in GetAt()
1134 pCurList = list; in GetAt()
1140 return pCurList ? pCurList->data + (nIndex - pCurList->start) * unit : NULL; in GetAt()