Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_margin.h17 float GetLeftInset() const;
Dcxfa_margin.cpp44 float CXFA_Margin::GetLeftInset() const { in GetLeftInset() function in CXFA_Margin
Dcxfa_node.cpp3200 float fLeftInset = captionMargin->GetLeftInset(); in CalcCaptionSize()
3248 pSize->width += margin->GetLeftInset() + margin->GetRightInset(); in CalculateWidgetAutoSize()
3340 pSize->width -= margin->GetLeftInset() + margin->GetRightInset(); in CalculateTextEditAutoSize()
3457 fWidthCalc += margin->GetLeftInset() + margin->GetRightInset(); in CalculateWidgetAutoWidth()
3473 fWidthCalc -= margin->GetLeftInset() + margin->GetRightInset(); in GetWidthWithoutMargin()
/external/pdfium/xfa/fxfa/
Dcxfa_fftext.cpp53 rtText.Deflate(margin->GetLeftInset(), fTopInset, margin->GetRightInset(), in RenderWidget()
Dcxfa_ffwidget.cpp183 rt->Deflate(margin->GetLeftInset(), margin->GetTopInset(), in XFA_RectWithoutMargin()
Dcxfa_fffield.cpp183 float fLeftInset = margin->GetLeftInset(); in CapPlacement()