Home
last modified time | relevance | path

Searched refs:pComputedStyle (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_cssstyleselector.cpp104 CFDE_CSSComputedStyle* pComputedStyle) { in ApplyDeclarations() argument
116 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
119 pComputedStyle->AddCustomStyle(*prop); in ApplyDeclarations()
122 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
177 CFDE_CSSComputedStyle* pComputedStyle) { in ApplyProperty() argument
183 pComputedStyle->m_NonInheritedData.m_eDisplay = in ApplyProperty()
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()
[all …]
Dcfde_cssstyleselector.h62 CFDE_CSSComputedStyle* pComputedStyle);