Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp134 float fContentCalculatedHeight, in CalculateContainerComponentSizeFromContentSize() argument
155 componentSize.height = fContentCalculatedHeight; in CalculateContainerComponentSizeFromContentSize()
208 float fContentCalculatedHeight = 0; in RelocateTableRowCells() local
250 fContentCalculatedHeight = in RelocateTableRowCells()
251 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height); in RelocateTableRowCells()
261 &fContentCalculatedHeight); in RelocateTableRowCells()
263 pLayoutChild->m_sSize.height = fContentCalculatedHeight; in RelocateTableRowCells()
268 float fOffHeight = fContentCalculatedHeight - fOldChildHeight; in RelocateTableRowCells()
320 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize); in RelocateTableRowCells()
1669 float fContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
[all …]
Dcxfa_itemlayoutprocessor.h122 float* fContentCalculatedHeight,