Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_sysfontinfo.h28 #define FXFONT_FW_BOLD 700 macro
/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()
383 if (m_pFont->GetSubstFont()->m_Weight == FXFONT_FW_BOLD) { in GetFontStyles()
Dfx_stdfontmgr.cpp126 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in GetDefFontByUnicode()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1002 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
1057 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
1194 if (weight == FXFONT_FW_BOLD) { in FindSubstFont()
/external/pdfium/core/include/fxge/
Dfx_font.h59 #define FXFONT_FW_BOLD 700 macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp171 pFontStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD in CreateRootStyle()