Home
last modified time | relevance | path

Searched refs:eFlowStrategy (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.h108 XFA_ATTRIBUTEENUM eFlowStrategy,
132 XFA_ATTRIBUTEENUM eFlowStrategy,
Dxfa_layout_itemlayout.cpp1936 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 …]