Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp656 std::vector<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3], 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()
940 rgCurLineLayoutItems[uHAlign].push_back(pProcessor->ExtractLayoutItem()); in InsertFlowedItem()
2261 std::vector<CXFA_ContentLayoutItem*> rgCurLineLayoutItems[3]; in DoLayoutFlowedContainer() local
2276 rgCurLineLayoutItems[uHAlign].push_back(pLayoutNext); in DoLayoutFlowedContainer()
2360 &uCurHAlignState, rgCurLineLayoutItems, false, FLT_MAX, in DoLayoutFlowedContainer()
[all …]
Dcxfa_itemlayoutprocessor.h117 std::vector<CXFA_ContentLayoutItem*> (&rgCurLineLayoutItems)[3],