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

/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_itemlayoutprocessor.h122 float* fContentCalculatedHeight, member in class:CXFA_ItemLayoutProcessor
H A Dcxfa_itemlayoutprocessor.cpp134 float fContentCalculatedHeight,
155 componentSize.height = fContentCalculatedHeight;
208 float fContentCalculatedHeight = 0; local
250 fContentCalculatedHeight =
251 std::max(fContentCalculatedHeight, pLayoutChild->m_sSize.height);
261 &fContentCalculatedHeight);
263 pLayoutChild->m_sSize.height = fContentCalculatedHeight;
268 float fOffHeight = fContentCalculatedHeight - fOldChildHeight;
320 bContainerHeightAutoSize, fContentCalculatedHeight, containerSize);
1669 float fContentCalculatedHeight local
129 CalculateContainerComponentSizeFromContentSize( CXFA_Node* pFormNode, bool bContainerWidthAutoSize, float fContentCalculatedWidth, bool bContainerHeightAutoSize, float fContentCalculatedHeight, const CFX_SizeF& currentContainerSize) argument
1778 float fContentCalculatedHeight = 0; local
2200 float fContentCalculatedHeight = 0; local
2592 float* fContentCalculatedHeight, variable
[all...]

Completed in 103 milliseconds