Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp133 float fContentCalculatedHeight, in CalculateContainerComponentSizeFromContentSize() argument
154 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()
205 float fContentCalculatedHeight = 0; in RelocateTableRowCells() local
252 fContentCalculatedHeight = in RelocateTableRowCells()
253 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
265 &fContentCalculatedHeight); in RelocateTableRowCells()
267 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
272 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()
329 fContentCalculatedHeight, containerSize); in RelocateTableRowCells()
1042 float fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
[all …]
Dcxfa_contentlayoutprocessor.h117 float* fContentCalculatedHeight,