Searched refs:CFX_CSSLength (Results 1 – 6 of 6) sorted by relevance
25 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 …]
184 class CFX_CSSLength {186 CFX_CSSLength() {} in CFX_CSSLength() function188 explicit CFX_CSSLength(CFX_CSSLengthUnit eUnit) : m_unit(eUnit) {} in CFX_CSSLength() function190 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength() function193 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;
114 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()
65 bool SetLengthWithPercent(CFX_CSSLength& width,
473 CFX_CSSLength& width, in SetLengthWithPercent()
102 CFX_CSSLength indent; in CreateRootStyle()143 CFX_CSSLength letterSpacing; in CreateRootStyle()