Searched refs:GetBottomInset (Results 1 – 6 of 6) sorted by relevance
55 fBottomInset = margin->GetBottomInset(); in RenderWidget()94 rtText.height -= margin->GetBottomInset(); in PerformLayout()
688 float fBottomInset = captionMargin->GetBottomInset(); in CalcCaptionSize()732 size.height += margin->GetTopInset() + margin->GetBottomInset(); in CalculateWidgetAutoSize()987 fHeightCalc += margin->GetTopInset() + margin->GetBottomInset(); in CalculateWidgetAutoHeight()1003 fHeightCalc -= margin->GetTopInset() + margin->GetBottomInset(); in GetHeightWithoutMargin()1115 fBottomInset = margin->GetBottomInset(); in FindSplitPos()
220 margin->GetRightInset(), margin->GetBottomInset()); in XFA_RectWithoutMargin()
179 float fBottomInset = margin->GetBottomInset(); in CapPlacement()
20 float GetBottomInset() const;
55 float CXFA_Margin::GetBottomInset() const { in GetBottomInset() function in CXFA_Margin