Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp2786 CXFA_ContentLayoutItem* pContentNext = pNext->AsContentLayoutItem(); in FindLastContentLayoutItem() local
2787 if (pContentNext && pContentNext->m_sPos.y != pLastChild->m_sPos.y) in FindLastContentLayoutItem()
2788 pLastChild = pContentNext; in FindLastContentLayoutItem()