Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h27 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp886 weight = FXFONT_FW_NORMAL; in FindSubstFont()
1038 weight = weight ? weight : FXFONT_FW_NORMAL; in FindSubstFont()
1041 …& FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
1082 pSubstFont->m_WeightCJK = FXFONT_FW_NORMAL; in FindSubstFont()
1090 …& FX_FONT_STYLE_BoldBold ? 900 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
1236 if (weight == FXFONT_FW_NORMAL) { in FindSubstFont()
/external/pdfium/core/include/fxge/
Dfx_font.h49 #define FXFONT_FW_NORMAL 400 macro