Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp661 float* fContentCurRowY, in InsertFlowedItem() argument
716 bUseRealHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
717 bIsTransHeight ? fRealHeight - *fContentCurRowY : FLT_MAX, in InsertFlowedItem()
779 *fContentCurRowY + childSize.height <= in InsertFlowedItem()
849 fContentCurRowAvailWidth, fContentCurRowHeight, fContentCurRowY, in InsertFlowedItem()
855 float fSplitPos = pProcessor->FindSplitPos(fAvailHeight - *fContentCurRowY); in InsertFlowedItem()
919 if (*fContentCurRowY <= XFA_LAYOUT_FLOAT_PERCISION) { in InsertFlowedItem()
2029 float* fContentCurRowY, in ProcessKeepForSplit() argument
2052 *fContentCurRowY -= item->m_sSize.height; in ProcessKeepForSplit()
2206 float fContentCurRowY = 0; in DoLayoutFlowedContainer() local
[all …]
Dcxfa_itemlayoutprocessor.h81 float* fContentCurRowY,
123 float* fContentCurRowY,