Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h27 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp844 weight = FXFONT_FW_NORMAL; in FindSubstFont()
996 weight = weight ? weight : FXFONT_FW_NORMAL; in FindSubstFont()
1002 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
1046 pSubstFont->m_WeightCJK = FXFONT_FW_NORMAL; in FindSubstFont()
1057 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
1200 if (weight == FXFONT_FW_NORMAL) { in FindSubstFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.cpp141 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in CFX_GEFont()
223 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFont()
Dfx_stdfontmgr.cpp126 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in GetDefFontByUnicode()
/external/pdfium/core/include/fxge/
Dfx_font.h58 #define FXFONT_FW_NORMAL 400 macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp172 : FXFONT_FW_NORMAL); in CreateRootStyle()
376 if (pFontStyle->GetFontWeight() > FXFONT_FW_NORMAL) { in GetFont()