Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp119 FX_FLOAT fContentCalculatedHeight, in CalculateContainerComponentSizeFromContentSize() argument
135 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()
180 FX_FLOAT fContentCalculatedHeight = 0; in RelocateTableRowCells() local
219 fContentCalculatedHeight = in RelocateTableRowCells()
220 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
230 &fContentCalculatedHeight); in RelocateTableRowCells()
232 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
236 FX_FLOAT fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()
287 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in RelocateTableRowCells()
1628 FX_FLOAT fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
[all …]
Dxfa_layout_itemlayout.h139 FX_FLOAT* fContentCalculatedHeight,