Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp421 CXFA_ContentLayoutItem* pLeaderLayoutItem) { in AddLeaderAfterSplit() argument
422 UpdatePendingItemLayout(pProcessor, pLeaderLayoutItem); in AddLeaderAfterSplit()
438 float fHeight = pLeaderLayoutItem->m_sSize.height; in AddLeaderAfterSplit()
445 pLeaderLayoutItem->m_sPos.y = 0; in AddLeaderAfterSplit()
447 switch (pLeaderLayoutItem->m_pFormNode->JSObject()->GetEnum( in AddLeaderAfterSplit()
450 pLeaderLayoutItem->m_sPos.x = pProcessor->m_pLayoutItem->m_sSize.width - in AddLeaderAfterSplit()
452 pLeaderLayoutItem->m_sSize.width; in AddLeaderAfterSplit()
455 pLeaderLayoutItem->m_sPos.x = in AddLeaderAfterSplit()
457 pLeaderLayoutItem->m_sSize.width) / in AddLeaderAfterSplit()
462 pLeaderLayoutItem->m_sPos.x = fLeftInset; in AddLeaderAfterSplit()
[all …]