Home
last modified time | relevance | path

Searched refs:SetTextIndent (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h88 void SetTextIndent(const FDE_CSSLength& textIndent);
Dcfde_csscomputedstyle.cpp142 void CFDE_CSSComputedStyle::SetTextIndent(const FDE_CSSLength& textIndent) { in SetTextIndent() function in CFDE_CSSComputedStyle
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp116 pStyle->SetTextIndent(indent); in CreateRootStyle()