Searched refs:fContentCalculatedHeight (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
H A Dxfa_layout_itemlayout.cpp119 FX_FLOAT fContentCalculatedHeight,
135 componentSize.height = fContentCalculatedHeight;
180 FX_FLOAT fContentCalculatedHeight = 0; local
219 fContentCalculatedHeight =
220 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height);
230 &fContentCalculatedHeight);
232 pLayoutChild->m_sSize.height = fContentCalculatedHeight;
236 FX_FLOAT fOffHeight = fContentCalculatedHeight - fOldChildHeight;
287 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize);
1628 FX_FLOAT fContentCalculatedHeight local
114 CalculateContainerComponentSizeFromContentSize( CXFA_Node* pFormNode, bool bContainerWidthAutoSize, FX_FLOAT fContentCalculatedWidth, bool bContainerHeightAutoSize, FX_FLOAT fContentCalculatedHeight, const CFX_SizeF& currentContainerSize) argument
1734 FX_FLOAT fContentCalculatedHeight = 0; local
2147 FX_FLOAT fContentCalculatedHeight = 0; local
2539 FX_FLOAT* fContentCalculatedHeight, variable
[all...]
H A Dxfa_layout_itemlayout.h139 FX_FLOAT* fContentCalculatedHeight, member in class:CXFA_ItemLayoutProcessor

Completed in 60 milliseconds