Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_margin.h19 float GetRightInset() const;
Dcxfa_margin.cpp50 float CXFA_Margin::GetRightInset() const { in GetRightInset() function in CXFA_Margin
Dcxfa_node.cpp3169 float fRightInset = captionMargin->GetRightInset(); in CalcCaptionSize()
3215 pSize->width += margin->GetLeftInset() + margin->GetRightInset(); in CalculateWidgetAutoSize()
3307 pSize->width -= margin->GetLeftInset() + margin->GetRightInset(); in CalculateTextEditAutoSize()
3425 fWidthCalc += margin->GetLeftInset() + margin->GetRightInset(); in CalculateWidgetAutoWidth()
3441 fWidthCalc -= margin->GetLeftInset() + margin->GetRightInset(); in GetWidthWithoutMargin()
/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp55 rtText.Deflate(margin->GetLeftInset(), fTopInset, margin->GetRightInset(), in RenderWidget()
Dcxfa_ffwidget.cpp224 margin->GetRightInset(), margin->GetBottomInset()); in XFA_RectWithoutMargin()
Dcxfa_fffield.cpp193 float fRightInset = margin->GetRightInset(); in CapPlacement()