Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp114 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in CFGAS_GEFont()
150 (dwFontStyles & FX_FONTSTYLE_Bold) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()
253 if (pSubstFont->m_Weight == FXFONT_FW_BOLD) in GetFontStyles()
/external/pdfium/public/
Dfpdf_sysfontinfo.h29 #define FXFONT_FW_BOLD 700 macro
/external/pdfium/core/fxge/ge/
Dcfx_fontmapper.cpp555 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
607 : (nStyle & FX_FONT_STYLE_Bold ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in FindSubstFont()
703 bNeedUpdateWeight = weight != FXFONT_FW_BOLD; in FindSubstFont()
/external/pdfium/core/fxge/
Dfx_font.h59 #define FXFONT_FW_BOLD 700 macro
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp145 pStyle->SetFontWeight(font.IsBold() ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL); in CreateRootStyle()