Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp272 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells() local
277 fOffHeight = fOffHeight / 2; in RelocateTableRowCells()
283 fOffHeight = 0; in RelocateTableRowCells()
286 if (fOffHeight > 0) { in RelocateTableRowCells()
294 pInnerChild->m_sPos.y += fOffHeight; in RelocateTableRowCells()