Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp213 for (auto* pLayoutChild = in RelocateTableRowCells() local
215 pLayoutChild; pLayoutChild = static_cast<CXFA_ContentLayoutItem*>( in RelocateTableRowCells()
216 pLayoutChild->m_pNextSibling)) { in RelocateTableRowCells()
218 pLayoutChild->m_pFormNode->JSObject()->GetInteger( in RelocateTableRowCells()
234 pLayoutChild->m_sSize.height); in RelocateTableRowCells()
239 pLayoutChild->m_sPos = CFX_PointF(fCurrentColX, 0); in RelocateTableRowCells()
240 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()
241 if (!XFA_ItemLayoutProcessor_IsTakingSpace(pLayoutChild->m_pFormNode)) in RelocateTableRowCells()
247 UpdateWidgetSize(pLayoutChild, &fColSpanWidth, &fNewHeight); in RelocateTableRowCells()
248 pLayoutChild->m_sSize.height = fNewHeight; in RelocateTableRowCells()
[all …]