Home
last modified time | relevance | path

Searched refs:kBold_Weight (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkFontStyle.cpp27 return SkFontStyle((oldStyle & SkTypeface::kBold) ? SkFontStyle::kBold_Weight in FromOldStyle()
DSkTypeface.cpp129 (fontStyle.weight() == SkFontStyle::kBold_Weight || in MakeFromName()
134 (fontStyle.weight() == SkFontStyle::kBold_Weight ? SkTypeface::kBold : in MakeFromName()
/external/skia/include/core/
DSkFontStyle.h23 kBold_Weight = 700, enumerator
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp423 { SkTFixed<FC_WEIGHT_BOLD>::value, SkTFixed<SkFS::kBold_Weight>::value }, in skfontstyle_from_fcpattern()
466 { SkTFixed<SkFS::kBold_Weight>::value, SkTFixed<FC_WEIGHT_BOLD>::value }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp328 { SkTFixed<FC_WEIGHT_BOLD>::value, SkTFixed<SkFS::kBold_Weight>::value }, in skfontstyle_from_fcpattern()
373 { SkTFixed<SkFS::kBold_Weight>::value, SkTFixed<FC_WEIGHT_BOLD>::value }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1708 weight = SkFontStyle::kBold_Weight; in scanFont()
1732 { "bold", SkFontStyle::kBold_Weight }, in scanFont()
DSkFontHost_mac.cpp603 if (style.weight() >= SkFontStyle::kBold_Weight) { in create_descriptor()
/external/skia/tests/
DFontMgrTest.cpp212 …SkFontStyle normal_normal_700(SkFontStyle::kBold_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
/external/skia/samplecode/
DSampleApp.cpp910 fTypeface = SkTypeface::MakeFromName("Courier", SkFontStyle(SkFontStyle::kBold_Weight, in SampleWindow()