Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp202 float fContentWidthLimit = in RelocateTableRowCells() local
297 if (fContentWidthLimit < FLT_MAX && in RelocateTableRowCells()
298 fContentWidthLimit > fChildSuppliedWidth) { in RelocateTableRowCells()
299 fChildSuppliedWidth = fContentWidthLimit; in RelocateTableRowCells()
660 float fContentWidthLimit, in InsertFlowedItem() argument
734 (fContentWidthLimit - *fContentCurRowAvailWidth > in InsertFlowedItem()
1792 float fContentWidthLimit = in DoLayoutTableContainer() local
1956 (fContentWidthLimit - pLayoutChild->m_sSize.width) / 2; in DoLayoutTableContainer()
1960 fContentWidthLimit - pLayoutChild->m_sSize.width; in DoLayoutTableContainer()
1972 if (fContentWidthLimit < FLT_MAX && in DoLayoutTableContainer()
[all …]
Dcxfa_itemlayoutprocessor.h125 float fContentWidthLimit,