Searched refs:pLayoutChild (Results 1 – 2 of 2) sorted by relevance
212 CXFA_ContentLayoutItem* pLayoutChild = pIter->AsContentLayoutItem(); in RelocateTableRowCells() local213 if (!pLayoutChild) in RelocateTableRowCells()217 pLayoutChild->GetFormNode()->JSObject()->GetInteger( in RelocateTableRowCells()236 pLayoutChild->m_sSize.height); in RelocateTableRowCells()241 pLayoutChild->m_sPos = CFX_PointF(fCurrentColX, 0); in RelocateTableRowCells()242 pLayoutChild->m_sSize.width = fColSpanWidth; in RelocateTableRowCells()243 if (!pLayoutChild->GetFormNode()->PresenceRequiresSpace()) in RelocateTableRowCells()249 UpdateWidgetSize(pLayoutChild, &fColSpanWidth, &fNewHeight); in RelocateTableRowCells()250 pLayoutChild->m_sSize.height = fNewHeight; in RelocateTableRowCells()253 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()[all …]
203 CFX_SizeF CalculateLayoutItemSize(const CXFA_ContentLayoutItem* pLayoutChild);