Searched refs:GetBottomInset (Results 1 – 6 of 6) sorted by relevance
53 fBottomInset = margin->GetBottomInset(); in RenderWidget()93 rtText.height -= margin->GetBottomInset(); in PerformLayout()
224 margin->GetRightInset(), margin->GetBottomInset()); in XFA_RectWithoutMargin()
195 float fBottomInset = margin->GetBottomInset(); in CapPlacement()
20 float GetBottomInset() const;
54 float CXFA_Margin::GetBottomInset() const { in GetBottomInset() function in CXFA_Margin
3170 float fBottomInset = captionMargin->GetBottomInset(); in CalcCaptionSize()3216 pSize->height += margin->GetTopInset() + margin->GetBottomInset(); in CalculateWidgetAutoSize()3448 fHeightCalc += margin->GetTopInset() + margin->GetBottomInset(); in CalculateWidgetAutoHeight()3464 fHeightCalc -= margin->GetTopInset() + margin->GetBottomInset(); in GetHeightWithoutMargin()3581 fBottomInset = margin->GetBottomInset(); in FindSplitPos()