Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp131 float fContentCalculatedWidth, in CalculateContainerComponentSizeFromContentSize() argument
139 componentSize.width = fContentCalculatedWidth; in CalculateContainerComponentSizeFromContentSize()
204 float fContentCalculatedWidth = 0; in RelocateTableRowCells() local
307 fContentCalculatedWidth = in RelocateTableRowCells()
308 std::max(fContentCalculatedWidth, fChildSuppliedWidth); in RelocateTableRowCells()
310 fContentCalculatedWidth = containerSize.width - inset.left - inset.right; in RelocateTableRowCells()
321 pLayoutChild->m_sPos.x = fContentCalculatedWidth - in RelocateTableRowCells()
328 fContentCalculatedWidth, bContainerHeightAutoSize, in RelocateTableRowCells()
1041 float fContentCalculatedWidth = 0; in DoLayoutPositionedContainer() local
1096 fContentCalculatedWidth = in DoLayoutPositionedContainer()
[all …]
Dcxfa_contentlayoutprocessor.h116 float* fContentCalculatedWidth,