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.h25 CFX_CSSLength m_LetterSpacing;
26 CFX_CSSLength m_WordSpacing;
27 CFX_CSSLength m_TextIndent;
45 CFX_CSSLength m_Top;
46 CFX_CSSLength m_Bottom;
47 CFX_CSSLength m_Left;
48 CFX_CSSLength m_Right;
80 const CFX_CSSLength& GetTextIndent() const;
85 const CFX_CSSLength& GetLetterSpacing() const;
87 void SetTextIndent(const CFX_CSSLength& textIndent);
[all …]
Dcfx_css.h184 class CFX_CSSLength {
186 CFX_CSSLength() {} in CFX_CSSLength() function
188 explicit CFX_CSSLength(CFX_CSSLengthUnit eUnit) : m_unit(eUnit) {} in CFX_CSSLength() function
190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength() function
193 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit) { in Set()
198 CFX_CSSLength& Set(CFX_CSSLengthUnit eUnit, float fValue) { in Set()
239 CFX_CSSLength left, top, right, bottom;
Dcfx_csscomputedstyle.cpp114 const CFX_CSSLength& CFX_CSSComputedStyle::GetTextIndent() const { in GetTextIndent()
134 const CFX_CSSLength& CFX_CSSComputedStyle::GetLetterSpacing() const { in GetLetterSpacing()
142 void CFX_CSSComputedStyle::SetTextIndent(const CFX_CSSLength& textIndent) { in SetTextIndent()
160 const CFX_CSSLength& letterSpacing) { in SetLetterSpacing()
Dcfx_cssstyleselector.h65 bool SetLengthWithPercent(CFX_CSSLength& width,
Dcfx_cssstyleselector.cpp473 CFX_CSSLength& width, in SetLengthWithPercent()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp102 CFX_CSSLength indent; in CreateRootStyle()
143 CFX_CSSLength letterSpacing; in CreateRootStyle()