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.cpp91 float CXFA_Para::GetTextIndent() { in GetTextIndent() function in CXFA_Para
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h80 const CFX_CSSLength& GetTextIndent() const;
Dcfx_csscomputedstyle.cpp114 const CFX_CSSLength& CFX_CSSComputedStyle::GetTextIndent() const { in GetTextIndent() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.cpp147 float fIndent = para->GetTextIndent(); in InitBreak()
230 float fIndent = pStyle->GetTextIndent().GetValue(); in InitBreak()
1108 float fIndent = para->GetTextIndent(); in AppendTextLine()
1128 float fTextIndent = pStyle->GetTextIndent().GetValue(); in AppendTextLine()
Dcxfa_textparser.cpp103 indent.Set(CFX_CSSLengthUnit::Point, para->GetTextIndent()); in CreateRootStyle()
Dcxfa_widgetacc.cpp737 size.width += para->GetMarginLeft() + para->GetTextIndent(); in CalculateWidgetAutoSize()