Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_layout_itemlayout.cpp263 FX_FLOAT fChildSuppliedWidth = fCurrentColX; in RelocateTableRowCells() local
265 fContentWidthLimit > fChildSuppliedWidth) { in RelocateTableRowCells()
266 fChildSuppliedWidth = fContentWidthLimit; in RelocateTableRowCells()
269 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in RelocateTableRowCells()
1681 FX_FLOAT fChildSuppliedWidth = absolutePos.x + size.width; in DoLayoutPositionedContainer() local
1684 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in DoLayoutPositionedContainer()
1686 if (fHiddenContentCalculatedWidth < fChildSuppliedWidth && in DoLayoutPositionedContainer()
1688 fHiddenContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()
1919 FX_FLOAT fChildSuppliedWidth = in DoLayoutTableContainer() local
1922 fContentWidthLimit > fChildSuppliedWidth) { in DoLayoutTableContainer()
[all …]