Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp53 fBottomInset = margin->GetBottomInset(); in RenderWidget()
93 rtText.height -= margin->GetBottomInset(); in PerformLayout()
Dcxfa_ffwidget.cpp224 margin->GetRightInset(), margin->GetBottomInset()); in XFA_RectWithoutMargin()
Dcxfa_fffield.cpp195 float fBottomInset = margin->GetBottomInset(); in CapPlacement()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_margin.h20 float GetBottomInset() const;
Dcxfa_margin.cpp54 float CXFA_Margin::GetBottomInset() const { in GetBottomInset() function in CXFA_Margin
Dcxfa_node.cpp3170 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()