Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp2328 bool bUseRealHeight = bTakeSpace && bContainerHeightAutoSize && bIsOwnSplit && in InsertFlowedItem() local
2358 bUseRealHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
2370 if (bUseRealHeight && fRealHeight < kXFALayoutPrecision) { in InsertFlowedItem()