Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkFontStyle.h21 kMedium_Weight = 500, enumerator
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp421 { SkTFixed<FC_WEIGHT_MEDIUM>::value, SkTFixed<SkFS::kMedium_Weight>::value }, in skfontstyle_from_fcpattern()
464 { SkTFixed<SkFS::kMedium_Weight>::value, SkTFixed<FC_WEIGHT_MEDIUM>::value }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp326 { SkTFixed<FC_WEIGHT_MEDIUM>::value, SkTFixed<SkFS::kMedium_Weight>::value }, in skfontstyle_from_fcpattern()
371 { SkTFixed<SkFS::kMedium_Weight>::value, SkTFixed<FC_WEIGHT_MEDIUM>::value }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1742 { "medium", SkFontStyle::kMedium_Weight }, in scanFont()
/external/skia/tests/
DFontMgrTest.cpp210 …SkFontStyle normal_normal_500(SkFontStyle::kMedium_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()