Searched refs:fContentCurRowAvailWidth (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_itemlayoutprocessor.cpp | 662 float* fContentCurRowAvailWidth, 733 *fContentCurRowAvailWidth + XFA_LAYOUT_FLOAT_PERCISION) && 734 (fContentWidthLimit - *fContentCurRowAvailWidth > 813 *fContentCurRowAvailWidth -= childSize.width; 841 *fContentCurRowAvailWidth -= childSize.width; 849 fContentCurRowAvailWidth, fContentCurRowHeight, fContentCurRowY, 867 *fContentCurRowAvailWidth -= childSize.width; 911 *fContentCurRowAvailWidth -= childSize.width; 943 *fContentCurRowAvailWidth -= childSize.width; 2027 float* fContentCurRowAvailWidth, 648 InsertFlowedItem( CXFA_ItemLayoutProcessor* pThis, CXFA_ItemLayoutProcessor* pProcessor, bool bContainerWidthAutoSize, bool bContainerHeightAutoSize, float fContainerHeight, XFA_AttributeEnum eFlowStrategy, uint8_t* uCurHAlignState, std::vector<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3], bool bUseBreakControl, float fAvailHeight, float fRealHeight, float fContentWidthLimit, float* fContentCurRowY, float* fContentCurRowAvailWidth, float* fContentCurRowHeight, bool* bAddedItemInRow, bool* bForceEndPage, CXFA_LayoutContext* pLayoutContext, bool bNewRow) argument 2022 ProcessKeepForSplit( CXFA_ItemLayoutProcessor* pParentProcessor, CXFA_ItemLayoutProcessor* pChildProcessor, XFA_ItemLayoutProcessorResult eRetValue, std::vector<CXFA_ContentLayoutItem*>* rgCurLineLayoutItem, float* fContentCurRowAvailWidth, float* fContentCurRowHeight, float* fContentCurRowY, bool* bAddedItemInRow, bool* bForceEndPage, XFA_ItemLayoutProcessorResult* result) argument 2259 float fContentCurRowAvailWidth = fContentWidthLimit; local [all...] |
H A D | cxfa_itemlayoutprocessor.h | 79 float* fContentCurRowAvailWidth,
|
Completed in 190 milliseconds