Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1293 FX_FLOAT fNewHeight = in XFA_ItemLayoutProcessor_RelocateTableRowCells() local
1296 fNewHeight); in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1297 pLayoutChild->m_sSize.y = fNewHeight; in XFA_ItemLayoutProcessor_RelocateTableRowCells()
2774 FX_FLOAT fNewHeight = fContentCurRowY; in CalculateRowChildPosition() local
2775 if (fContentCalculatedHeight > fNewHeight) { in CalculateRowChildPosition()
2776 fContentCalculatedHeight = fNewHeight; in CalculateRowChildPosition()