Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssstyleselector.cpp103 CFX_CSSComputedStyle* pComputedStyle) { in ApplyDeclarations() argument
115 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
118 pComputedStyle->AddCustomStyle(*prop); in ApplyDeclarations()
121 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
173 CFX_CSSComputedStyle* pComputedStyle) { in ApplyProperty() argument
179 pComputedStyle->m_NonInheritedData.m_eDisplay = in ApplyProperty()
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()
[all …]
Dcfx_cssstyleselector.h59 CFX_CSSComputedStyle* pComputedStyle);