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

/external/pdfium/fpdfsdk/include/
H A Dfpdf_sysfontinfo.h27 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp920 weight = FXFONT_FW_NORMAL;
1074 weight = weight ? weight : FXFONT_FW_NORMAL;
1077 weight = nStyle & FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
1118 pSubstFont->m_WeightCJK = FXFONT_FW_NORMAL;
1126 weight = nStyle & FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL);
1278 if (weight == FXFONT_FW_NORMAL) {
/external/pdfium/core/include/fxge/
H A Dfx_font.h51 #define FXFONT_FW_NORMAL 400 macro

Completed in 121 milliseconds