Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h29 CFX_CSSLength m_LetterSpacing{CFX_CSSLengthUnit::Normal, 0};
30 CFX_CSSLength m_WordSpacing{CFX_CSSLengthUnit::Normal, 0};
31 CFX_CSSLength m_TextIndent{CFX_CSSLengthUnit::Point, 0};
49 CFX_CSSLength m_Top;
50 CFX_CSSLength m_Bottom;
51 CFX_CSSLength m_Left;
52 CFX_CSSLength m_Right;
85 const CFX_CSSLength& GetTextIndent() const;
90 const CFX_CSSLength& GetLetterSpacing() const;
92 void SetTextIndent(const CFX_CSSLength& textIndent);
[all …]
Dcfx_css.h96 class CFX_CSSLength {
98 CFX_CSSLength() = default;
100 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength() function
103 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) { in Set()
108 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
149 CFX_CSSLength left;
150 CFX_CSSLength top;
151 CFX_CSSLength right;
152 CFX_CSSLength bottom;
Dcfx_csscomputedstyle.cpp113 const CFX_CSSLength& CFX_CSSComputedStyle::GetTextIndent() const { in GetTextIndent()
133 const CFX_CSSLength& CFX_CSSComputedStyle::GetLetterSpacing() const { in GetLetterSpacing()
141 void CFX_CSSComputedStyle::SetTextIndent(const CFX_CSSLength& textIndent) { in SetTextIndent()
160 const CFX_CSSLength& letterSpacing) { in SetLetterSpacing()
Dcfx_cssstyleselector.h68 bool SetLengthWithPercent(CFX_CSSLength& width,
Dcfx_cssstyleselector.cpp467 CFX_CSSLength& width, in SetLengthWithPercent()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp117 CFX_CSSLength indent; in CreateRootStyle()
157 CFX_CSSLength letterSpacing; in CreateRootStyle()