Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_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 …]
Dcfde_cssstyleselector.cpp39 pStyle->m_InheritedData = pParentStyle->m_InheritedData; in CreateComputedStyle()
188 FX_FLOAT& fFontSize = pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
201 pComputedStyle->m_InheritedData.m_fLineHeight = in ApplyProperty()
202 v->Value() * pComputedStyle->m_InheritedData.m_fFontSize; in ApplyProperty()
204 pComputedStyle->m_InheritedData.m_fLineHeight = in ApplyProperty()
205 v->Apply(pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
211 pComputedStyle->m_InheritedData.m_eTextAlign = in ApplyProperty()
216 SetLengthWithPercent(pComputedStyle->m_InheritedData.m_TextIndent, in ApplyProperty()
218 pComputedStyle->m_InheritedData.m_fFontSize); in ApplyProperty()
222 pComputedStyle->m_InheritedData.m_wFontWeight = in ApplyProperty()
[all …]
Dcfde_csscomputedstyle.h98 InheritedData m_InheritedData; variable