Searched refs:rgCurLineLayoutItems (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 1589 std::array<ContentLayoutItemVector, 3> rgCurLineLayoutItems; in DoLayoutFlowedContainer() local 1612 rgCurLineLayoutItems[uHAlign].emplace_back(pLayoutNext); in DoLayoutFlowedContainer() 1679 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, false, in DoLayoutFlowedContainer() 1713 rgCurLineLayoutItems, false, FLT_MAX, FLT_MAX, in DoLayoutFlowedContainer() 1721 rgCurLineLayoutItems, eFlowStrategy, bContainerHeightAutoSize, in DoLayoutFlowedContainer() 1725 rgCurLineLayoutItems.front().clear(); in DoLayoutFlowedContainer() 1733 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, false, in DoLayoutFlowedContainer() 1771 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer() 1801 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer() 1841 rgCurLineLayoutItems, bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() [all …]
|
D | cxfa_contentlayoutprocessor.h | 125 std::array<ContentLayoutItemVector, 3>& rgCurLineLayoutItems, 182 std::array<ContentLayoutItemVector, 3>& rgCurLineLayoutItems,
|