Searched defs:pLayoutContext (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_layoutpagemgr.cpp1637 CXFA_LayoutContext* pLayoutContext) {
1635 QueryOverflow( CXFA_Node* pFormNode, CXFA_LayoutContext* pLayoutContext) argument
H A Dxfa_layout_itemlayout.cpp621 CXFA_LayoutContext* pLayoutContext,
663 pLayoutContext = &layoutContext;
674 pLayoutContext);
703 if (!pFormNode && pLayoutContext && pLayoutContext->m_pOverflowProcessor) {
704 pFormNode = pLayoutContext->m_pOverflowNode;
882 if (!pFormNode && pLayoutContext)
883 pFormNode = pLayoutContext->m_pOverflowProcessor->m_pFormNode;
928 if (!pFormNode && pLayoutContext)
929 pFormNode = pLayoutContext
603 InsertFlowedItem( CXFA_ItemLayoutProcessor* pThis, CXFA_ItemLayoutProcessor* pProcessor, bool bContainerWidthAutoSize, bool bContainerHeightAutoSize, FX_FLOAT fContainerHeight, XFA_ATTRIBUTEENUM eFlowStrategy, uint8_t* uCurHAlignState, CFX_ArrayTemplate<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3], bool bUseBreakControl, FX_FLOAT fAvailHeight, FX_FLOAT fRealHeight, FX_FLOAT fContentWidthLimit, FX_FLOAT* fContentCurRowY, FX_FLOAT* fContentCurRowAvailWidth, FX_FLOAT* fContentCurRowHeight, bool* bAddedItemInRow, bool* bForceEndPage, CXFA_LayoutContext* pLayoutContext, bool bNewRow) argument
1766 CXFA_LayoutContext* pLayoutContext = local
[all...]

Completed in 70 milliseconds