Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp199 float fContentWidthLimit = in RelocateTableRowCells() local
303 if (fContentWidthLimit < FLT_MAX && in RelocateTableRowCells()
304 fContentWidthLimit > fChildSuppliedWidth) { in RelocateTableRowCells()
305 fChildSuppliedWidth = fContentWidthLimit; in RelocateTableRowCells()
1160 float fContentWidthLimit = in DoLayoutTableContainer() local
1324 (fContentWidthLimit - pLayoutChild->m_sSize.width) / 2; in DoLayoutTableContainer()
1328 fContentWidthLimit - pLayoutChild->m_sSize.width; in DoLayoutTableContainer()
1340 if (fContentWidthLimit < FLT_MAX && in DoLayoutTableContainer()
1341 fContentWidthLimit > fChildSuppliedWidth) { in DoLayoutTableContainer()
1342 fChildSuppliedWidth = fContentWidthLimit; in DoLayoutTableContainer()
[all …]
Dcxfa_contentlayoutprocessor.h120 float fContentWidthLimit,
174 float fContentWidthLimit,