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

/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_layout_itemlayout.cpp104 FX_FLOAT fCurTopMargin = 0, fCurBottomMargin = 0; local
108 fCurTopMargin = pMarginNode->GetMeasure(XFA_ATTRIBUTE_TopInset)
137 fCurVerticalOffset + fCurTopMargin + pChildItem->m_sPos.y;
143 fProposedSplitPos = fRelSplitPos - fCurTopMargin;
252 FX_FLOAT fCurTopMargin = 0, fCurBottomMargin = 0; local
261 fCurTopMargin =
280 pSecondLayoutItem->m_sSize.y += fCurTopMargin;
284 if (fCurTopMargin > 0 && pLayoutItem->m_pFirstChild) {
285 pSecondParent->m_sSize.y += fCurTopMargin;
289 pParentItem->m_sSize.y += fCurTopMargin;
[all...]

Completed in 45 milliseconds