Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp236 FX_FLOAT fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells() local
240 fOffHeight = fOffHeight / 2; in RelocateTableRowCells()
246 fOffHeight = 0; in RelocateTableRowCells()
249 if (fOffHeight > 0) { in RelocateTableRowCells()
255 pInnerLayoutChild->m_sPos.y += fOffHeight; in RelocateTableRowCells()