Searched refs:FontStyleIsBold (Results 1 – 10 of 10) sorted by relevance
188 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()
108 inline bool FontStyleIsBold(uint32_t style) { in FontStyleIsBold() function
99 if (FontStyleIsBold(style) == (weight > 400)) in GetSimilarValue()
82 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()
28 if (FontStyleIsBold(dwFontStyles)) in GetFont()
87 bool bBold = FontStyleIsBold(dwFontStyles); in GetFont()
111 if (FontStyleIsBold(font.dwFontStyles) && in MatchDefaultFont()764 if (FontStyleIsBold(dwStyleMask)) in CalcPenalty()
179 if (FontStyleIsBold(dwStyle)) in FPF_SKIAGetFamilyHash()320 if (FontStyleIsBold(dwStyle) == FontStyleIsBold(pFontDes->m_dwStyle)) in CreateFont()
60 SubstFxFont->m_Weight = FontStyleIsBold(dwFontStyle) ? 700 : 400; in DrawString()
52 EXPECT_EQ(bold, FontStyleIsBold(font_flags)); in CheckFontDescriptor()