Searched refs:fRealHeight (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/layout/ |
D | cxfa_contentlayoutprocessor.h | 56 Result DoLayout(bool bUseBreakControl, float fHeightLimit, float fRealHeight); 76 float fRealHeight, 133 float fRealHeight, 173 float fRealHeight,
|
D | cxfa_contentlayoutprocessor.cpp | 1506 float fRealHeight, in DoLayoutFlowedContainer() argument 1531 fRealHeight = fRealHeight - inset.top - inset.bottom; in DoLayoutFlowedContainer() 1737 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() 1764 bUseBreakControl, fAvailHeight, fRealHeight, in DoLayoutFlowedContainer() 1801 fAvailHeight, fRealHeight, fContentWidthLimit, &fContentCurRowY, in DoLayoutFlowedContainer() 2046 float fRealHeight) { in DoLayout() argument 2047 return DoLayoutInternal(bUseBreakControl, fHeightLimit, fRealHeight, nullptr); in DoLayout() 2053 float fRealHeight, in DoLayoutInternal() argument 2069 fHeightLimit, fRealHeight, pContext, in DoLayoutInternal() 2303 float fRealHeight, in InsertFlowedItem() argument [all …]
|