Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp2212 for (CXFA_ContentLayoutItem* pLayoutNext = pLayoutChild; pLayoutNext; in DoLayoutFlowedContainer() local
2213 pLayoutNext = (CXFA_ContentLayoutItem*)pLayoutNext->m_pNextSibling) { in DoLayoutFlowedContainer()
2214 if (pLayoutNext->m_sPos.y != pLayoutChild->m_sPos.y) in DoLayoutFlowedContainer()
2215 pLayoutChild = pLayoutNext; in DoLayoutFlowedContainer()
2265 for (CXFA_ContentLayoutItem* pLayoutNext = pLayoutChild; pLayoutNext; in DoLayoutFlowedContainer() local
2266 pLayoutNext = (CXFA_ContentLayoutItem*)pLayoutNext->m_pNextSibling) { in DoLayoutFlowedContainer()
2267 if (!pLayoutNext->m_pNextSibling && m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2268 m_pCurChildPreprocessor->m_pFormNode == pLayoutNext->m_pFormNode) { in DoLayoutFlowedContainer()
2269 pLayoutNext->m_pNext = m_pCurChildPreprocessor->m_pLayoutItem; in DoLayoutFlowedContainer()
2270 m_pCurChildPreprocessor->m_pLayoutItem = pLayoutNext; in DoLayoutFlowedContainer()
[all …]