Searched refs:rgCurLineLayoutItems (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 1562 std::vector<RetainPtr<CXFA_ContentLayoutItem>> rgCurLineLayoutItems[3]; in DoLayoutFlowedContainer() local 1585 rgCurLineLayoutItems[uHAlign].emplace_back(pLayoutNext); in DoLayoutFlowedContainer() 1650 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, false, in DoLayoutFlowedContainer() 1682 rgCurLineLayoutItems, false, FLT_MAX, FLT_MAX, in DoLayoutFlowedContainer() 1690 rgCurLineLayoutItems, eFlowStrategy, bContainerHeightAutoSize, in DoLayoutFlowedContainer() 1694 rgCurLineLayoutItems->clear(); in DoLayoutFlowedContainer() 1701 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, false, in DoLayoutFlowedContainer() 1736 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer() 1763 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer() 1800 &uCurHAlignState, rgCurLineLayoutItems, bUseBreakControl, in DoLayoutFlowedContainer() [all …]
|
D | cxfa_contentlayoutprocessor.h | 112 std::vector<RetainPtr<CXFA_ContentLayoutItem>> (&rgCurLineLayoutItems)[3], 170 std::vector<RetainPtr<CXFA_ContentLayoutItem>> (&rgCurLineLayoutItems)[3],
|