Home
last modified time | relevance | path

Searched refs:kBlack_Weight (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DFontMgrTest.cpp184 …SkFontStyle condensed_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
186 …SkFontStyle condensed_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
188 …SkFontStyle expanded_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
190 …SkFontStyle expanded_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
200 …SkFontStyle normal_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
/external/skia/src/core/
DSkFontStyle.cpp21 fUnion.fR.fWeight = SkTPin<int>(weight, kThin_Weight, kBlack_Weight); in SkFontStyle()
/external/skia/include/core/
DSkFontStyle.h24 kBlack_Weight = 900 enumerator
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp320 { SkTFixed<FC_WEIGHT_BLACK>::value, SkTFixed<SkFS::kBlack_Weight>::value }, in skfontstyle_from_fcpattern()
361 { SkTFixed<SkFS::kBlack_Weight>::value, SkTFixed<FC_WEIGHT_BLACK>::value }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1693 { "black", SkFontStyle::kBlack_Weight }, in scanFont()
1702 { "heavy", SkFontStyle::kBlack_Weight }, in scanFont()