Searched refs:pComputedStyle (Results 1 – 2 of 2) sorted by relevance
104 CFX_CSSComputedStyle* pComputedStyle) { in ApplyDeclarations() argument116 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()119 pComputedStyle->AddCustomStyle(*prop); in ApplyDeclarations()122 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()175 CFX_CSSComputedStyle* pComputedStyle) { in ApplyProperty() argument181 pComputedStyle->m_NonInheritedData.m_eDisplay = in ApplyProperty()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()[all …]
59 CFX_CSSComputedStyle* pComputedStyle);