Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1107 float fChildSuppliedHeight = absolutePos.y + size.height; in DoLayoutPositionedContainer() local
1110 std::max(fContentCalculatedHeight, fChildSuppliedHeight); in DoLayoutPositionedContainer()
1112 if (fHiddenContentCalculatedHeight < fChildSuppliedHeight && in DoLayoutPositionedContainer()
1114 fHiddenContentCalculatedHeight = fChildSuppliedHeight; in DoLayoutPositionedContainer()