Searched refs:pComputedStyle (Results 1 – 2 of 2) sorted by relevance
431 CFDE_CSSComputedStyle* pComputedStyle = (CFDE_CSSComputedStyle*)pDestStyle; in ComputeStyle() local432 FXSYS_assert(pTag && iDeclCount >= 0 && pComputedStyle != NULL); in ComputeStyle()490 CFDE_CSSComputedStyle* pComputedStyle = (CFDE_CSSComputedStyle*)pDestStyle; in ApplyDeclarations() local507 ApplyProperty(FDE_CSSPROPERTY_FontSize, pImportant, pComputedStyle); in ApplyDeclarations()509 ApplyProperty(FDE_CSSPROPERTY_FontSize, pLastest, pComputedStyle); in ApplyDeclarations()524 ApplyProperty(eProp, pVal, pComputedStyle); in ApplyDeclarations()538 ApplyProperty(eProp, pVal, pComputedStyle); in ApplyDeclarations()546 pComputedStyle->AddCustomStyle(wsName, wsValue); in ApplyDeclarations()593 #define FDE_CSSNONINHERITS (pComputedStyle->m_NonInheritedData)594 #define FDE_CSSINHERITS (pComputedStyle->m_InheritedData)[all …]
124 CFDE_CSSComputedStyle* pComputedStyle);