Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp1694 FX_FLOAT fChildSuppliedHeight = absolutePos.y + size.height; in DoLayoutPositionedContainer() local
1697 std::max(fContentCalculatedHeight, fChildSuppliedHeight); in DoLayoutPositionedContainer()
1699 if (fHiddenContentCalculatedHeight < fChildSuppliedHeight && in DoLayoutPositionedContainer()
1701 fHiddenContentCalculatedHeight = fChildSuppliedHeight; in DoLayoutPositionedContainer()