Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp670 uint8_t uHAlign = HAlignEnumToInt( in InsertFlowedItem() local
673 uHAlign = 0; in InsertFlowedItem()
676 uHAlign < *uCurHAlignState) || in InsertFlowedItem()
678 uHAlign > *uCurHAlignState)) { in InsertFlowedItem()
682 *uCurHAlignState = uHAlign; in InsertFlowedItem()
810 rgCurLineLayoutItems[uHAlign].push_back(pChildLayoutItem); in InsertFlowedItem()
839 rgCurLineLayoutItems[uHAlign].push_back(pProcessor->ExtractLayoutItem()); in InsertFlowedItem()
848 pThis, pProcessor, eRetValue, &rgCurLineLayoutItems[uHAlign], in InsertFlowedItem()
864 rgCurLineLayoutItems[uHAlign].push_back(pProcessor->ExtractLayoutItem()); in InsertFlowedItem()
908 rgCurLineLayoutItems[uHAlign].push_back(pProcessor->ExtractLayoutItem()); in InsertFlowedItem()
[all …]