Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h69 void SetFontWeight(uint16_t wFontWeight);
Dcfx_csscomputedstyle.cpp60 void CFX_CSSComputedStyle::SetFontWeight(uint16_t wFontWeight) { in SetFontWeight() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp156 pStyle->SetFontWeight(font->IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()