Lines Matching refs:pMargin
171 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()
2167 CXFA_Margin* pMargin = in AddTrailerBeforeSplit() local
2169 CFX_FloatRect inset = GetMarginInset(pMargin); in AddTrailerBeforeSplit()