Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp268 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells() local
273 fOffHeight = fOffHeight / 2; in RelocateTableRowCells()
279 fOffHeight = 0; in RelocateTableRowCells()
282 if (fOffHeight > 0) { in RelocateTableRowCells()
288 pInnerLayoutChild->m_sPos.y += fOffHeight; in RelocateTableRowCells()