Searched refs:fContentCurRowHeight (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.cpp | 1395 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 …]
|
D | cxfa_contentlayoutprocessor.h | 88 float* fContentCurRowHeight, 119 float fContentCurRowHeight, 177 float* fContentCurRowHeight,
|