Home
last modified time | relevance | path

Searched refs:m_LetterSpacing (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.cpp135 return m_InheritedData.m_LetterSpacing; in GetLetterSpacing()
161 m_InheritedData.m_LetterSpacing = letterSpacing; in SetLetterSpacing()
171 : m_LetterSpacing(CFX_CSSLengthUnit::Normal), in InheritedData()
Dcfx_csscomputedstyle.h25 CFX_CSSLength m_LetterSpacing; variable
Dcfx_cssstyleselector.cpp343 pComputedStyle->m_InheritedData.m_LetterSpacing.Set( in ApplyProperty()
351 SetLengthWithPercent(pComputedStyle->m_InheritedData.m_LetterSpacing, in ApplyProperty()