Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontStyle.cpp21 fUnion.fR.fWeight = SkPin32(weight, kThin_Weight, kBlack_Weight); in SkFontStyle()
/external/skia/include/core/
DSkFontStyle.h24 kBlack_Weight = 900 enumerator
/external/skia/src/ports/
DSkFontMgr_fontconfig.cpp312 { SkTFixed<FC_WEIGHT_BLACK>::value, SkTFixed<SkFS::kBlack_Weight>::value }, in skfontstyle_from_fcpattern()
353 { SkTFixed<SkFS::kBlack_Weight>::value, SkTFixed<FC_WEIGHT_BLACK>::value }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1684 { "black", SkFontStyle::kBlack_Weight }, in scanFont()
1693 { "heavy", SkFontStyle::kBlack_Weight }, in scanFont()