Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp1164 FX_FLOAT fChildSuppliedWidth = fAbsoluteX + fWidth; in DoLayoutPositionedContainer() local
1166 if (fContentCalculatedWidth < fChildSuppliedWidth) { in DoLayoutPositionedContainer()
1167 fContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()
1170 if (fHiddenContentCalculatedWidth < fChildSuppliedWidth && in DoLayoutPositionedContainer()
1172 fHiddenContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()
1344 FX_FLOAT fChildSuppliedWidth = fCurrentColX; in XFA_ItemLayoutProcessor_RelocateTableRowCells() local
1346 fContentWidthLimit > fChildSuppliedWidth) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1347 fChildSuppliedWidth = fContentWidthLimit; in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1349 if (fContentCalculatedWidth < fChildSuppliedWidth) { in XFA_ItemLayoutProcessor_RelocateTableRowCells()
1350 fContentCalculatedWidth = fChildSuppliedWidth; in XFA_ItemLayoutProcessor_RelocateTableRowCells()
[all …]