Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1180 Context* pLayoutContext = in DoLayoutTableContainer() local
1192 pProcessor->DoLayoutInternal(false, FLT_MAX, FLT_MAX, pLayoutContext); in DoLayoutTableContainer()
2310 Context* pLayoutContext, in InsertFlowedItem() argument
2350 pLayoutContext = &layoutContext; in InsertFlowedItem()
2360 pLayoutContext); in InsertFlowedItem()
2389 if (!pFormNode && pLayoutContext && pLayoutContext->m_pOverflowProcessor) { in InsertFlowedItem()
2390 pFormNode = pLayoutContext->m_pOverflowNode.Get(); in InsertFlowedItem()
2563 if (!pFormNode && pLayoutContext) in InsertFlowedItem()
2564 pFormNode = pLayoutContext->m_pOverflowProcessor->GetFormNode(); in InsertFlowedItem()
2612 if (!pFormNode && pLayoutContext) in InsertFlowedItem()
[all …]
Dcxfa_contentlayoutprocessor.h180 Context* pLayoutContext,