Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp1630 FX_FLOAT fHiddenContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
1699 if (fHiddenContentCalculatedHeight < fChildSuppliedHeight && in DoLayoutPositionedContainer()
1701 fHiddenContentCalculatedHeight = fChildSuppliedHeight; in DoLayoutPositionedContainer()
1712 fContentCalculatedHeight = fHiddenContentCalculatedHeight; in DoLayoutPositionedContainer()