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.h26 CFX_CSSLength m_LetterSpacing;
27 CFX_CSSLength m_WordSpacing;
28 CFX_CSSLength m_TextIndent;
46 CFX_CSSLength m_Top;
47 CFX_CSSLength m_Bottom;
48 CFX_CSSLength m_Left;
49 CFX_CSSLength m_Right;
84 const CFX_CSSLength& GetTextIndent() const;
89 const CFX_CSSLength& GetLetterSpacing() const;
91 void SetTextIndent(const CFX_CSSLength& textIndent);
[all …]
Dcfx_css.h185 class CFX_CSSLength {
187 CFX_CSSLength() {} in CFX_CSSLength() function
189 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength() function
192 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) { in Set()
197 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
238 CFX_CSSLength left;
239 CFX_CSSLength top;
240 CFX_CSSLength right;
241 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()
159 const CFX_CSSLength& letterSpacing) { in SetLetterSpacing()
Dcfx_cssstyleselector.h65 bool SetLengthWithPercent(CFX_CSSLength& width,
Dcfx_cssstyleselector.cpp475 CFX_CSSLength& width, in SetLengthWithPercent()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp118 CFX_CSSLength indent; in CreateRootStyle()
159 CFX_CSSLength letterSpacing; in CreateRootStyle()