Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.cpp42 return m_InheritedData.m_wFontWeight; in GetFontWeight()
62 m_InheritedData.m_wFontWeight = wFontWeight; in SetFontWeight()
178 m_wFontWeight(400), in InheritedData()
Dcfde_csscomputedstyle.h33 uint16_t m_wFontWeight; variable
Dcfde_cssstyleselector.cpp222 pComputedStyle->m_InheritedData.m_wFontWeight = in ApplyProperty()
228 pComputedStyle->m_InheritedData.m_wFontWeight = iValue * 100; in ApplyProperty()