Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp20 #define FX_FONT_STYLE_Bold 0x01 macro
210 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) in GetFontFamily()
474 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
497 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
501 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic); in FindSubstFont()
533 if (nStyle & FX_FONT_STYLE_Bold) in FindSubstFont()
536 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
540 if (nStyle & FX_FONT_STYLE_Bold) in FindSubstFont()
543 nStyle |= FX_FONT_STYLE_Bold; in FindSubstFont()
555 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
[all …]