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.cpp29 return m_InheritedData.m_pFontFamily in CountFontFamilies()
30 ? m_InheritedData.m_pFontFamily->CountValues() in CountFontFamilies()
35 return m_InheritedData.m_pFontFamily->GetValue(index) in GetFontFamily()
41 return m_InheritedData.m_wFontWeight; in GetFontWeight()
45 return m_InheritedData.m_eFontVariant; in GetFontVariant()
49 return m_InheritedData.m_eFontStyle; in GetFontStyle()
53 return m_InheritedData.m_fFontSize; in GetFontSize()
57 return m_InheritedData.m_dwFontColor; in GetColor()
61 m_InheritedData.m_wFontWeight = wFontWeight; in SetFontWeight()
65 m_InheritedData.m_eFontVariant = eFontVariant; in SetFontVariant()
[all …]
Dcfx_cssstyleselector.cpp38 pStyle->m_InheritedData = pParentStyle->m_InheritedData; in CreateComputedStyle()
186 float& fFontSize = pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
198 pComputedStyle->m_InheritedData.m_fLineHeight = in ApplyProperty()
199 v->Value() * pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
201 pComputedStyle->m_InheritedData.m_fLineHeight = in ApplyProperty()
202 v->Apply(pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
208 pComputedStyle->m_InheritedData.m_eTextAlign = in ApplyProperty()
213 SetLengthWithPercent(pComputedStyle->m_InheritedData.m_TextIndent, in ApplyProperty()
215 pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
219 pComputedStyle->m_InheritedData.m_wFontWeight = in ApplyProperty()
[all …]
Dcfx_csscomputedstyle.h100 InheritedData m_InheritedData; variable