Searched refs:CFX_CSSLength (Results 1 – 6 of 6) sorted by relevance
29 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 …]
96 class CFX_CSSLength {98 CFX_CSSLength() = default;100 CFX_CSSLength(CFX_CSSLengthUnit eUnit, float fValue) in CFX_CSSLength() function103 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;
113 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()
68 bool SetLengthWithPercent(CFX_CSSLength& width,
467 CFX_CSSLength& width, in SetLengthWithPercent()
117 CFX_CSSLength indent; in CreateRootStyle()157 CFX_CSSLength letterSpacing; in CreateRootStyle()