Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1971 XFA_ATTRIBUTEENUM eLayoutStrategy = XFA_ItemLayoutProcessor_GetLayout( in XFA_ItemLayoutProcessor_InsertFlowedItem() local
1973 if (eLayoutStrategy == XFA_ATTRIBUTEENUM_Lr_tb || in XFA_ItemLayoutProcessor_InsertFlowedItem()
1974 eLayoutStrategy == XFA_ATTRIBUTEENUM_Rl_tb) { in XFA_ItemLayoutProcessor_InsertFlowedItem()
2950 XFA_ATTRIBUTEENUM eLayoutStrategy = in DoLayout() local
2952 switch (eLayoutStrategy) { in DoLayout()
2956 return DoLayoutFlowedContainer(bUseBreakControl, eLayoutStrategy, in DoLayout()