Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1178 Context layoutContext; in DoLayoutTableContainer() local
1179 layoutContext.m_prgSpecifiedColumnWidths = &m_rgSpecifiedColumnWidths; in DoLayoutTableContainer()
1181 iSpecifiedColumnCount > 0 ? &layoutContext : nullptr; in DoLayoutTableContainer()
1186 layoutContext.m_fCurColumnWidth.reset(); in DoLayoutTableContainer()
2343 Context layoutContext; in InsertFlowedItem() local
2348 layoutContext.m_pOverflowNode = pOverflowNode; in InsertFlowedItem()
2349 layoutContext.m_pOverflowProcessor = this; in InsertFlowedItem()
2350 pLayoutContext = &layoutContext; in InsertFlowedItem()