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

/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp833 #define FX_FONT_STYLE_Bold 0x01 macro
839 if ((nStyle & FX_FONT_STYLE_Bold) == FX_FONT_STYLE_Bold) {
983 nStyle |= FX_FONT_STYLE_Bold;
1009 nStyle |= FX_FONT_STYLE_Bold;
1015 nStyle |= (FX_FONT_STYLE_Bold | FX_FONT_STYLE_Italic);
1046 if (nStyle & FX_FONT_STYLE_Bold) {
1049 nStyle |= FX_FONT_STYLE_Bold;
1064 if (nStyle & FX_FONT_STYLE_Bold) {
1067 nStyle |= FX_FONT_STYLE_Bold;
[all...]

Completed in 162 milliseconds