Searched defs:FX_FONT_STYLE_BoldBold (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp835 #define FX_FONT_STYLE_BoldBold 0x04 macro
1047 nStyle |= FX_FONT_STYLE_BoldBold;
1065 nStyle |= FX_FONT_STYLE_BoldBold;
1077 weight = nStyle & FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
1126 weight = nStyle & FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);

Completed in 71 milliseconds