Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstyleselector.h242 m_wFontWeight = 400; in Reset()
260 FX_WORD m_wFontWeight; variable
530 return m_InheritedData.m_wFontWeight; in GetFontWeight()
541 m_InheritedData.m_wFontWeight = wFontWeight; in SetFontWeight()
Dfde_cssstyleselector.cpp639 FDE_CSSINHERITS.m_wFontWeight = ToFontWeight(pPrimitive->GetEnum()); in ApplyProperty()
643 FDE_CSSINHERITS.m_wFontWeight = iValue * 100; in ApplyProperty()