Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffnotify.cpp642 CXFA_LayoutItem* pPreItem = pSender->GetPrev(); in OnLayoutItemStatustChanged() local
643 if (pPreItem) { in OnLayoutItemStatustChanged()
644 CXFA_FFWidget* pPreWidget = static_cast<CXFA_FFWidget*>(pPreItem); in OnLayoutItemStatustChanged()
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp319 CXFA_ContentLayoutItem* pPreItem = keepLayoutItems[iIndex]; in SplitLayoutItem() local
320 pLayoutItem->RemoveChild(pPreItem); in SplitLayoutItem()
321 pPreItem->m_sPos.y -= fSplitPos; in SplitLayoutItem()
322 if (pPreItem->m_sPos.y < 0) { in SplitLayoutItem()
323 pPreItem->m_sPos.y = 0; in SplitLayoutItem()
325 if (pPreItem->m_sPos.y + pPreItem->m_sSize.y > lHeightForKeep) { in SplitLayoutItem()
326 pPreItem->m_sPos.y = lHeightForKeep; in SplitLayoutItem()
327 lHeightForKeep += pPreItem->m_sSize.y; in SplitLayoutItem()
328 pSecondLayoutItem->m_sSize.y += pPreItem->m_sSize.y; in SplitLayoutItem()
330 pSecondParent->m_sSize.y += pPreItem->m_sSize.y; in SplitLayoutItem()
[all …]