Home
last modified time | relevance | path

Searched refs:FXFONT_FORCE_BOLD (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxge/
Dfx_font.h38 #define FXFONT_FORCE_BOLD (1 << 18) macro
62 return !!(style & FXFONT_FORCE_BOLD); in FontStyleIsForceBold()
Dcfx_fontmapper.cpp214 {"Bold", 4, FXFONT_FORCE_BOLD},
216 {"BoldItalic", 10, FXFONT_FORCE_BOLD | FXFONT_ITALIC},
439 nStyle |= FXFONT_FORCE_BOLD; in FindSubstFont()
501 nStyle |= FXFONT_FORCE_BOLD; in FindSubstFont()
Dcfx_folderfontinfo.cpp274 pInfo->m_Styles |= FXFONT_FORCE_BOLD; in ReportFace()
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp40 dwStyle |= FXFONT_FORCE_BOLD; in MapFont()
Dcfpf_skiafontmgr.cpp401 dwStyle |= FXFONT_FORCE_BOLD; in ReportFace()
/external/pdfium/xfa/fgas/font/
Dcfgas_defaultfontmanager.cpp32 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
Dcfgas_gefont.cpp149 dwStyles |= FXFONT_FORCE_BOLD; in GetFontStyles()
152 dwStyles |= FXFONT_FORCE_BOLD; in GetFontStyles()
Dcfgas_fontmgr.cpp427 flags |= FXFONT_FORCE_BOLD; in GetFlags()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp348 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
350 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
360 dwStyle |= FXFONT_FORCE_BOLD; in GetFont()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp83 flags |= FXFONT_FORCE_BOLD; in LoadFontDesc()
/external/pdfium/core/fpdfapi/page/
Dcpdf_docpagedata.cpp103 flags |= FXFONT_FORCE_BOLD; in CalculateFlags()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp3899 dwFontStyle |= FXFONT_FORCE_BOLD; in GetFDEFont()