Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.h120 CXFA_ContentLayoutItem* pTrailerItem,
123 FX_BOOL IsAddNewRowForTrailer(CXFA_ContentLayoutItem* pTrailerItem);
Dxfa_layout_itemlayout.cpp1626 CXFA_ContentLayoutItem* pTrailerItem) { in IsAddNewRowForTrailer() argument
1627 if (!pTrailerItem) { in IsAddNewRowForTrailer()
1630 FX_FLOAT fWidth = pTrailerItem->m_sSize.x; in IsAddNewRowForTrailer()
1909 CXFA_ContentLayoutItem* pTrailerItem, in ProcessUnUseOverFlow() argument
1926 if (pTrailerItem) { in ProcessUnUseOverFlow()
1927 XFA_ReleaseLayoutItem(pTrailerItem); in ProcessUnUseOverFlow()