Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp2212 const RetainPtr<CXFA_ContentLayoutItem>& pLeaderLayoutItem) { in AddLeaderAfterSplit() argument
2213 UpdatePendingItemLayout(pLeaderLayoutItem); in AddLeaderAfterSplit()
2226 float fHeight = pLeaderLayoutItem->m_sSize.height; in AddLeaderAfterSplit()
2235 pLeaderLayoutItem->m_sPos.y = 0; in AddLeaderAfterSplit()
2237 switch (pLeaderLayoutItem->GetFormNode()->JSObject()->GetEnum( in AddLeaderAfterSplit()
2240 pLeaderLayoutItem->m_sPos.x = m_pLayoutItem->m_sSize.width - fRightInset - in AddLeaderAfterSplit()
2241 pLeaderLayoutItem->m_sSize.width; in AddLeaderAfterSplit()
2244 pLeaderLayoutItem->m_sPos.x = in AddLeaderAfterSplit()
2246 pLeaderLayoutItem->m_sSize.width) / in AddLeaderAfterSplit()
2251 pLeaderLayoutItem->m_sPos.x = fLeftInset; in AddLeaderAfterSplit()
[all …]
Dcxfa_contentlayoutprocessor.h160 const RetainPtr<CXFA_ContentLayoutItem>& pLeaderLayoutItem);