Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_itemlayoutprocessor.cpp296 float fChildSuppliedWidth = fCurrentColX; in RelocateTableRowCells() local
298 fContentWidthLimit > fChildSuppliedWidth) { in RelocateTableRowCells()
299 fChildSuppliedWidth = fContentWidthLimit; in RelocateTableRowCells()
302 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in RelocateTableRowCells()
1725 float fChildSuppliedWidth = absolutePos.x + size.width; in DoLayoutPositionedContainer() local
1728 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in DoLayoutPositionedContainer()
1730 if (fHiddenContentCalculatedWidth < fChildSuppliedWidth && in DoLayoutPositionedContainer()
1732 fHiddenContentCalculatedWidth = fChildSuppliedWidth; in DoLayoutPositionedContainer()
1970 float fChildSuppliedWidth = in DoLayoutTableContainer() local
1973 fContentWidthLimit > fChildSuppliedWidth) { in DoLayoutTableContainer()
[all …]