Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp21 #define FX_FONT_STYLE_Bold 0x01 macro
304 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) { in GetFontFamily()
905 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
931 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
937 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic); in FindSubstFont()
968 if (nStyle & FX_FONT_STYLE_Bold) { in FindSubstFont()
971 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
986 if (nStyle & FX_FONT_STYLE_Bold) { in FindSubstFont()
989 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
1002 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
[all …]