Searched refs:eFlowStrategy (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_layout_itemlayout.h | 135 XFA_ATTRIBUTEENUM eFlowStrategy, 153 XFA_ATTRIBUTEENUM eFlowStrategy,
|
D | xfa_layout_itemlayout.cpp | 609 XFA_ATTRIBUTEENUM eFlowStrategy, in InsertFlowedItem() argument 630 if ((eFlowStrategy != XFA_ATTRIBUTEENUM_Rl_tb && in InsertFlowedItem() 632 (eFlowStrategy == XFA_ATTRIBUTEENUM_Rl_tb && in InsertFlowedItem() 2086 XFA_ATTRIBUTEENUM eFlowStrategy, in DoLayoutFlowedContainer() argument 2157 eFlowStrategy != XFA_ATTRIBUTEENUM_Tb) { in DoLayoutFlowedContainer() 2210 (eFlowStrategy != XFA_ATTRIBUTEENUM_Rl_tb ? 0 : 2); in DoLayoutFlowedContainer() 2223 if (eFlowStrategy == XFA_ATTRIBUTEENUM_Lr_tb) { in DoLayoutFlowedContainer() 2305 bContainerHeightAutoSize, containerSize.height, eFlowStrategy, in DoLayoutFlowedContainer() 2335 bContainerHeightAutoSize, containerSize.height, eFlowStrategy, in DoLayoutFlowedContainer() 2344 rgCurLineLayoutItems, eFlowStrategy, bContainerHeightAutoSize, in DoLayoutFlowedContainer() [all …]
|