Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dfx_font.h47 #define FXFONT_BOLD (1 << 18) macro
109 return !!(style & FXFONT_BOLD); in FontStyleIsBold()
Dcfx_fontmapper.cpp224 {"Bold", 4, FXFONT_BOLD},
226 {"BoldItalic", 10, FXFONT_BOLD | FXFONT_ITALIC},
459 nStyle |= FXFONT_BOLD; in FindSubstFont()
521 nStyle |= FXFONT_BOLD; in FindSubstFont()
Dcfx_folderfontinfo.cpp263 pInfo->m_Styles |= FXFONT_BOLD; in ReportFace()
/external/pdfium/core/fxge/android/
Dcfx_androidfontinfo.cpp39 dwStyle |= FXFONT_BOLD; in MapFont()
Dcfpf_skiafontmgr.cpp469 pFontDesc->m_dwStyle |= FXFONT_BOLD; in ReportFace()
/external/pdfium/xfa/fgas/font/
Dcfgas_defaultfontmanager.cpp29 dwStyle |= FXFONT_BOLD; in GetFont()
Dcfgas_gefont.cpp146 dwStyles |= FXFONT_BOLD; in GetFontStyles()
151 dwStyles |= FXFONT_BOLD; in GetFontStyles()
Dcfgas_fontmgr.cpp804 pFont->m_dwFontStyles |= FXFT_Is_Face_Bold(pFace) ? FXFONT_BOLD : 0; in RegisterFace()
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp337 dwStyle |= FXFONT_BOLD; in GetFont()
339 dwStyle |= FXFONT_BOLD; in GetFont()
349 dwStyle |= FXFONT_BOLD; in GetFont()
Dcxfa_widgetacc.cpp1451 dwFontStyle |= FXFONT_BOLD; in GetFDEFont()
/external/pdfium/fpdfsdk/
Dfpdfedittext.cpp47 flags |= FXFONT_BOLD; in LoadFontDesc()
/external/pdfium/core/fpdfapi/parser/
Dcpdf_document.cpp283 flags |= FXFONT_BOLD; in CalculateFlags()