Searched refs:uHAlign (Results 1 – 1 of 1) sorted by relevance
1952 uint8_t uHAlign = XFA_ItemLayoutProcessor_HAlignEnumToInt( in XFA_ItemLayoutProcessor_InsertFlowedItem() local1955 uHAlign = 0; in XFA_ItemLayoutProcessor_InsertFlowedItem()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()1961 uCurHAlignState = uHAlign; in XFA_ItemLayoutProcessor_InsertFlowedItem()2093 rgCurLineLayoutItems[uHAlign].Add(pChildLayoutItem); in XFA_ItemLayoutProcessor_InsertFlowedItem()2123 rgCurLineLayoutItems[uHAlign].Add(pProcessor->ExtractLayoutItem()); in XFA_ItemLayoutProcessor_InsertFlowedItem()2134 pThis, pProcessor, eRetValue, rgCurLineLayoutItems[uHAlign], in XFA_ItemLayoutProcessor_InsertFlowedItem()2150 rgCurLineLayoutItems[uHAlign].Add(pProcessor->ExtractLayoutItem()); in XFA_ItemLayoutProcessor_InsertFlowedItem()2195 rgCurLineLayoutItems[uHAlign].Add(pProcessor->ExtractLayoutItem()); in XFA_ItemLayoutProcessor_InsertFlowedItem()[all …]