Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1738 float fChildSuppliedHeight = absolutePos.y + size.height; in DoLayoutPositionedContainer() local
1741 std::max(fContentCalculatedHeight, fChildSuppliedHeight); in DoLayoutPositionedContainer()
1743 if (fHiddenContentCalculatedHeight < fChildSuppliedHeight && in DoLayoutPositionedContainer()
1745 fHiddenContentCalculatedHeight = fChildSuppliedHeight; in DoLayoutPositionedContainer()