Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp171 CFX_FloatRect GetMarginInset(const CXFA_Margin* pMargin) { in GetMarginInset() argument
173 if (!pMargin) in GetMarginInset()
176 inset.left = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::LeftInset, in GetMarginInset()
178 inset.top = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::TopInset, in GetMarginInset()
180 inset.right = pMargin->JSObject()->GetMeasureInUnit(XFA_Attribute::RightInset, in GetMarginInset()
182 inset.bottom = pMargin->JSObject()->GetMeasureInUnit( in GetMarginInset()
195 CXFA_Margin* pMargin = in RelocateTableRowCells() local
198 CFX_FloatRect inset = GetMarginInset(pMargin); in RelocateTableRowCells()
1521 CXFA_Margin* pMargin = in DoLayoutFlowedContainer() local
1523 CFX_FloatRect inset = GetMarginInset(pMargin); in DoLayoutFlowedContainer()
[all …]