Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp55 fBottomInset = margin->GetBottomInset(); in RenderWidget()
94 rtText.height -= margin->GetBottomInset(); in PerformLayout()
Dcxfa_widgetacc.cpp688 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()
Dcxfa_ffwidget.cpp220 margin->GetRightInset(), margin->GetBottomInset()); in XFA_RectWithoutMargin()
Dcxfa_fffield.cpp179 float fBottomInset = margin->GetBottomInset(); in CapPlacement()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_margin.h20 float GetBottomInset() const;
Dcxfa_margin.cpp55 float CXFA_Margin::GetBottomInset() const { in GetBottomInset() function in CXFA_Margin