Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.cpp30 return m_InheritedData.m_pFontFamily in CountFontFamilies()
31 ? m_InheritedData.m_pFontFamily->CountValues() in CountFontFamilies()
36 return m_InheritedData.m_pFontFamily->GetValue(index) in GetFontFamily()
42 return m_InheritedData.m_wFontWeight; in GetFontWeight()
46 return m_InheritedData.m_eFontVariant; in GetFontVariant()
50 return m_InheritedData.m_eFontStyle; in GetFontStyle()
54 return m_InheritedData.m_fFontSize; in GetFontSize()
58 return m_InheritedData.m_dwFontColor; in GetColor()
62 m_InheritedData.m_wFontWeight = wFontWeight; in SetFontWeight()
66 m_InheritedData.m_eFontVariant = eFontVariant; in SetFontVariant()
[all …]
Dcfx_cssstyleselector.cpp38 pStyle->m_InheritedData = pParentStyle->m_InheritedData; in CreateComputedStyle()
184 float& fFontSize = pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
196 pComputedStyle->m_InheritedData.m_fLineHeight = in ApplyProperty()
197 v->Value() * pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
199 pComputedStyle->m_InheritedData.m_fLineHeight = in ApplyProperty()
200 v->Apply(pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
206 pComputedStyle->m_InheritedData.m_eTextAlign = in ApplyProperty()
211 SetLengthWithPercent(pComputedStyle->m_InheritedData.m_TextIndent, in ApplyProperty()
213 pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
217 pComputedStyle->m_InheritedData.m_wFontWeight = in ApplyProperty()
[all …]
Dcfx_csscomputedstyle.h96 InheritedData m_InheritedData; variable