Home
last modified time | relevance | path

Searched refs:FontStyleIsBold (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp188 if (FontStyleIsBold(nStyle)) in GetFontFamily()
491 if (FontStyleIsBold(nStyle)) in FindSubstFont()
515 if (FontStyleIsBold(styleType)) { in FindSubstFont()
517 if (FontStyleIsBold(nStyle)) { in FindSubstFont()
526 if (FontStyleIsItalic(styleType) && FontStyleIsBold(styleType)) { in FindSubstFont()
598 if (FontStyleIsBold(nStyle) && FontStyleIsItalic(nStyle)) in FindSubstFont()
600 else if (FontStyleIsBold(nStyle)) in FindSubstFont()
Dfx_font.h108 inline bool FontStyleIsBold(uint32_t style) { in FontStyleIsBold() function
Dcfx_folderfontinfo.cpp99 if (FontStyleIsBold(style) == (weight > 400)) in GetSimilarValue()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp82 FontStyleIsBold(dwFontStyles) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL; in LoadFontInternal()
84 if (FontStyleIsItalic(dwFontStyles) && FontStyleIsBold(dwFontStyles)) in LoadFontInternal()
86 else if (FontStyleIsBold(dwFontStyles)) in LoadFontInternal()
Dcfgas_defaultfontmanager.cpp28 if (FontStyleIsBold(dwFontStyles)) in GetFont()
Dcfgas_pdffontmgr.cpp87 bool bBold = FontStyleIsBold(dwFontStyles); in GetFont()
Dcfgas_fontmgr.cpp111 if (FontStyleIsBold(font.dwFontStyles) && in MatchDefaultFont()
764 if (FontStyleIsBold(dwStyleMask)) in CalcPenalty()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp179 if (FontStyleIsBold(dwStyle)) in FPF_SKIAGetFamilyHash()
320 if (FontStyleIsBold(dwStyle) == FontStyleIsBold(pFontDes->m_dwStyle)) in CreateFont()
/external/pdfium/xfa/fde/
Dcfde_textout.cpp60 SubstFxFont->m_Weight = FontStyleIsBold(dwFontStyle) ? 700 : 400; in DrawString()
/external/pdfium/fpdfsdk/
Dfpdfedit_embeddertest.cpp52 EXPECT_EQ(bold, FontStyleIsBold(font_flags)); in CheckFontDescriptor()