Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp174 FX_FLOAT fContentWidthLimit = in RelocateTableRowCells() local
264 if (fContentWidthLimit < FLT_MAX && in RelocateTableRowCells()
265 fContentWidthLimit > fChildSuppliedWidth) { in RelocateTableRowCells()
266 fChildSuppliedWidth = fContentWidthLimit; in RelocateTableRowCells()
615 FX_FLOAT fContentWidthLimit, in InsertFlowedItem() argument
690 (fContentWidthLimit - *fContentCurRowAvailWidth > in InsertFlowedItem()
1746 FX_FLOAT fContentWidthLimit = in DoLayoutTableContainer() local
1905 (fContentWidthLimit - pLayoutChild->m_sSize.width) / 2; in DoLayoutTableContainer()
1909 fContentWidthLimit - pLayoutChild->m_sSize.width; in DoLayoutTableContainer()
1921 if (fContentWidthLimit < FLT_MAX && in DoLayoutTableContainer()
[all …]
Dxfa_layout_itemlayout.h142 FX_FLOAT fContentWidthLimit,