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

/external/pdfium/public/
H A Dfpdf_sysfontinfo.h28 #define FXFONT_FW_BOLD 700 macro
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1041 weight = nStyle & FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
1090 weight = nStyle & FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
1230 if (weight == FXFONT_FW_BOLD) {
/external/pdfium/core/include/fxge/
H A Dfx_font.h50 #define FXFONT_FW_BOLD 700 macro

Completed in 205 milliseconds