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

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.cpp617 FX_FLOAT* fContentCurRowAvailWidth,
689 *fContentCurRowAvailWidth + XFA_LAYOUT_FLOAT_PERCISION) &&
690 (fContentWidthLimit - *fContentCurRowAvailWidth >
769 *fContentCurRowAvailWidth -= childSize.width;
797 *fContentCurRowAvailWidth -= childSize.width;
805 fContentCurRowAvailWidth, fContentCurRowHeight, fContentCurRowY,
824 *fContentCurRowAvailWidth -= childSize.width;
868 *fContentCurRowAvailWidth -= childSize.width;
900 *fContentCurRowAvailWidth -= childSize.width;
1975 FX_FLOAT* fContentCurRowAvailWidth,
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
1970 ProcessKeepForSplit( CXFA_ItemLayoutProcessor* pParentProcessor, CXFA_ItemLayoutProcessor* pChildProcessor, XFA_ItemLayoutProcessorResult eRetValue, CFX_ArrayTemplate<CXFA_ContentLayoutItem*>* rgCurLineLayoutItem, FX_FLOAT* fContentCurRowAvailWidth, FX_FLOAT* fContentCurRowHeight, FX_FLOAT* fContentCurRowY, bool* bAddedItemInRow, bool* bForceEndPage, XFA_ItemLayoutProcessorResult* result) argument
2206 FX_FLOAT fContentCurRowAvailWidth = fContentWidthLimit; local
[all...]

Completed in 276 milliseconds