Lines Matching refs:eFlowStrategy

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()
2354 bContainerHeightAutoSize, containerSize.height, eFlowStrategy, in DoLayoutFlowedContainer()
2391 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer()
2419 eFlowStrategy, &uCurHAlignState, rgCurLineLayoutItems, in DoLayoutFlowedContainer()
2457 bContainerHeightAutoSize, containerSize.height, eFlowStrategy, in DoLayoutFlowedContainer()
2484 if (bAddedItemInRow && eFlowStrategy == XFA_ATTRIBUTEENUM_Tb) in DoLayoutFlowedContainer()
2495 rgCurLineLayoutItems, eFlowStrategy, bContainerHeightAutoSize, in DoLayoutFlowedContainer()
2535 XFA_ATTRIBUTEENUM eFlowStrategy, in CalculateRowChildPosition() argument
2569 if (eFlowStrategy != XFA_ATTRIBUTEENUM_Rl_tb) { in CalculateRowChildPosition()