Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp2280 RetainPtr<CXFA_ContentLayoutItem> pPendingLayoutItem; in InsertPendingItems() local
2282 pPendingLayoutItem = pPendingProcessor->ExtractLayoutItem(); in InsertPendingItems()
2283 if (pPendingLayoutItem) { in InsertPendingItems()
2284 AddLeaderAfterSplit(pPendingLayoutItem); in InsertPendingItems()
2286 fTotalHeight += pPendingLayoutItem->m_sSize.height; in InsertPendingItems()