Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1395 float* fContentCurRowHeight, in ProcessKeepForSplit() argument
1429 *fContentCurRowHeight = std::max(*fContentCurRowHeight, childSize.height); in ProcessKeepForSplit()
1559 float fContentCurRowHeight = 0; in DoLayoutFlowedContainer() local
1593 if (pLayoutNext->m_sSize.height > fContentCurRowHeight) in DoLayoutFlowedContainer()
1594 fContentCurRowHeight = pLayoutNext->m_sSize.height; in DoLayoutFlowedContainer()
1652 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1684 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1693 fContentCurRowHeight, fContentWidthLimit, false); in DoLayoutFlowedContainer()
1703 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
1739 &fContentCurRowAvailWidth, &fContentCurRowHeight, in DoLayoutFlowedContainer()
[all …]
Dcxfa_contentlayoutprocessor.h88 float* fContentCurRowHeight,
119 float fContentCurRowHeight,
177 float* fContentCurRowHeight,