Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp2351 for (CXFA_ContentLayoutItem* pLayoutNext = pLayoutChild; pLayoutNext; in DoLayoutFlowedContainer() local
2352 pLayoutNext = (CXFA_ContentLayoutItem*)pLayoutNext->m_pNextSibling) { in DoLayoutFlowedContainer()
2353 if (pLayoutNext->m_sPos.y != pLayoutChild->m_sPos.y) { in DoLayoutFlowedContainer()
2354 pLayoutChild = pLayoutNext; in DoLayoutFlowedContainer()
2406 for (CXFA_ContentLayoutItem* pLayoutNext = pLayoutChild; pLayoutNext; in DoLayoutFlowedContainer() local
2407 pLayoutNext = (CXFA_ContentLayoutItem*)pLayoutNext->m_pNextSibling) { in DoLayoutFlowedContainer()
2408 if (pLayoutNext->m_pNextSibling == NULL && m_pCurChildPreprocessor && in DoLayoutFlowedContainer()
2409 m_pCurChildPreprocessor->m_pFormNode == pLayoutNext->m_pFormNode) { in DoLayoutFlowedContainer()
2410 pLayoutNext->m_pNext = m_pCurChildPreprocessor->m_pLayoutItem; in DoLayoutFlowedContainer()
2411 m_pCurChildPreprocessor->m_pLayoutItem = pLayoutNext; in DoLayoutFlowedContainer()
[all …]