Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h66 void SetFontWeight(uint16_t wFontWeight);
Dcfde_csscomputedstyle.cpp61 void CFDE_CSSComputedStyle::SetFontWeight(uint16_t wFontWeight) { in SetFontWeight() function in CFDE_CSSComputedStyle
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp145 pStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()