Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp1671 float fHiddenContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
1743 if (fHiddenContentCalculatedHeight < fChildSuppliedHeight && in DoLayoutPositionedContainer()
1745 fHiddenContentCalculatedHeight = fChildSuppliedHeight; in DoLayoutPositionedContainer()
1756 fContentCalculatedHeight = fHiddenContentCalculatedHeight; in DoLayoutPositionedContainer()