Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1044 float fHiddenContentCalculatedHeight = 0; in DoLayoutPositionedContainer() local
1112 if (fHiddenContentCalculatedHeight < fChildSuppliedHeight && in DoLayoutPositionedContainer()
1114 fHiddenContentCalculatedHeight = fChildSuppliedHeight; in DoLayoutPositionedContainer()
1125 fContentCalculatedHeight = fHiddenContentCalculatedHeight; in DoLayoutPositionedContainer()