Home
last modified time | relevance | path

Searched refs:GetTextIndent (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_para.h24 float GetTextIndent();
Dcxfa_para.cpp87 float CXFA_Para::GetTextIndent() { in GetTextIndent() function in CXFA_Para
Dcxfa_node.cpp3221 pSize->width += para->GetMarginLeft() + para->GetTextIndent(); in CalculateWidgetAutoSize()
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h84 const CFX_CSSLength& GetTextIndent() const;
Dcfx_csscomputedstyle.cpp113 const CFX_CSSLength& CFX_CSSComputedStyle::GetTextIndent() const { in GetTextIndent() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp164 float fIndent = para->GetTextIndent(); in InitBreak()
248 float fIndent = pStyle->GetTextIndent().GetValue(); in InitBreak()
1085 float fIndent = para->GetTextIndent(); in AppendTextLine()
1105 float fTextIndent = pStyle->GetTextIndent().GetValue(); in AppendTextLine()
Dcxfa_textparser.cpp119 indent.Set(CFX_CSSLengthUnit::Point, para->GetTextIndent()); in CreateRootStyle()