Searched refs:GetTopInset (Results 1 – 6 of 6) sorted by relevance
53 fTopInset = margin->GetTopInset(); in RenderWidget()92 rtText.height -= margin->GetTopInset(); in PerformLayout()
686 float fTopInset = captionMargin->GetTopInset(); 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()1114 fTopInset = margin->GetTopInset(); in FindSplitPos()
219 rt.Deflate(margin->GetLeftInset(), margin->GetTopInset(), in XFA_RectWithoutMargin()
178 float fTopInset = margin->GetTopInset(); in CapPlacement()
18 float GetTopInset() const;
47 float CXFA_Margin::GetTopInset() const { in GetTopInset() function in CXFA_Margin