Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1318 FX_FLOAT fOffHeight = fContentCalculatedHeight - fOldChildHeight; in XFA_ItemLayoutProcessor_RelocateTableRowCells() local
1322 fOffHeight = fOffHeight / 2; in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1328 fOffHeight = 0; in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1331 if (fOffHeight > 0) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1337 pInnerLayoutChild->m_sPos.y += fOffHeight; in XFA_ItemLayoutProcessor_RelocateTableRowCells()