Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp142 indent.Set(FDE_CSSLENGTHUNIT_Point, para.GetTextIndent()); in CreateRootStyle()
793 FX_FLOAT fIndent = para.GetTextIndent(); in InitBreak()
872 FX_FLOAT fIndent = pParaStyle->GetTextIndent().GetValue(); in InitBreak()
1835 FX_FLOAT fIndent = para.GetTextIndent(); in AppendTextLine()
1855 pStyle->GetParagraphStyles()->GetTextIndent().GetValue(); in AppendTextLine()
Dxfa_ffwidgetacc.cpp857 size.x += para.GetTextIndent(); in CalculateWidgetAutoSize()
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h938 virtual const FDE_CSSLENGTH& GetTextIndent() const = 0;
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h684 virtual const FDE_CSSLENGTH& GetTextIndent() const { in GetTextIndent() function
/external/pdfium/xfa/include/fxfa/
Dfxfa_objectacc.h203 FX_FLOAT GetTextIndent();
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_objectacc_imp.cpp457 FX_FLOAT CXFA_Para::GetTextIndent() { in GetTextIndent() function in CXFA_Para