Searched refs:eFlowStrategy (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_layout_itemlayout.h | 108 XFA_ATTRIBUTEENUM eFlowStrategy, 132 XFA_ATTRIBUTEENUM eFlowStrategy,
|
D | xfa_layout_itemlayout.cpp | 1936 XFA_ATTRIBUTEENUM eFlowStrategy, in XFA_ItemLayoutProcessor_InsertFlowedItem() argument 1957 if ((eFlowStrategy != XFA_ATTRIBUTEENUM_Rl_tb && uHAlign < uCurHAlignState) || in XFA_ItemLayoutProcessor_InsertFlowedItem() 1958 (eFlowStrategy == XFA_ATTRIBUTEENUM_Rl_tb && uHAlign > uCurHAlignState)) { in XFA_ItemLayoutProcessor_InsertFlowedItem() 2282 XFA_ATTRIBUTEENUM eFlowStrategy, in DoLayoutFlowedContainer() argument 2349 eFlowStrategy != XFA_ATTRIBUTEENUM_Tb) { in DoLayoutFlowedContainer() 2404 (eFlowStrategy != XFA_ATTRIBUTEENUM_Rl_tb ? 0 : 2); in DoLayoutFlowedContainer() 2417 if (eFlowStrategy == XFA_ATTRIBUTEENUM_Lr_tb) { in DoLayoutFlowedContainer() 2498 bContainerHeightAutoSize, fContainerHeight, eFlowStrategy, in DoLayoutFlowedContainer() 2532 bContainerHeightAutoSize, fContainerHeight, eFlowStrategy, in DoLayoutFlowedContainer() 2544 rgCurLineLayoutItems, eFlowStrategy, in DoLayoutFlowedContainer() [all …]
|