Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.cpp41 return m_InheritedData.m_wFontWeight; in GetFontWeight()
61 m_InheritedData.m_wFontWeight = wFontWeight; in SetFontWeight()
177 m_wFontWeight(400), in InheritedData()
Dcfx_csscomputedstyle.h33 uint16_t m_wFontWeight; variable
Dcfx_cssstyleselector.cpp219 pComputedStyle->m_InheritedData.m_wFontWeight = in ApplyProperty()
225 pComputedStyle->m_InheritedData.m_wFontWeight = iValue * 100; in ApplyProperty()