• Home
  • Raw
  • Download

Lines Matching refs:pLayoutNext

2212       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()
2274 HAlignEnumToInt(pLayoutNext->m_pFormNode->JSObject()->GetEnum( in DoLayoutFlowedContainer()
2276 rgCurLineLayoutItems[uHAlign].push_back(pLayoutNext); in DoLayoutFlowedContainer()
2283 if (XFA_ItemLayoutProcessor_IsTakingSpace(pLayoutNext->m_pFormNode)) { in DoLayoutFlowedContainer()
2284 if (pLayoutNext->m_sSize.height > fContentCurRowHeight) in DoLayoutFlowedContainer()
2285 fContentCurRowHeight = pLayoutNext->m_sSize.height; in DoLayoutFlowedContainer()
2286 fContentCurRowAvailWidth -= pLayoutNext->m_sSize.width; in DoLayoutFlowedContainer()
2294 CXFA_ContentLayoutItem* pLayoutNext = in DoLayoutFlowedContainer() local
2296 for (; pLayoutNext; in DoLayoutFlowedContainer()
2297 pLayoutNext = in DoLayoutFlowedContainer()
2298 (CXFA_ContentLayoutItem*)pLayoutNext->m_pNextSibling) { in DoLayoutFlowedContainer()
2299 if ((CXFA_ContentLayoutItem*)pLayoutNext->m_pNextSibling == in DoLayoutFlowedContainer()
2301 pLayoutNext->m_pNextSibling = nullptr; in DoLayoutFlowedContainer()