Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h87 void SetTextIndent(const CFX_CSSLength& textIndent);
Dcfx_csscomputedstyle.cpp142 void CFX_CSSComputedStyle::SetTextIndent(const CFX_CSSLength& textIndent) { in SetTextIndent() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp104 pStyle->SetTextIndent(indent); in CreateRootStyle()