Searched refs:kLight_Weight (Results 1 – 4 of 4) sorted by relevance
/external/skia/include/core/ |
D | SkFontStyle.h | 18 kLight_Weight = 300, enumerator
|
/external/skia/src/ports/ |
D | SkFontMgr_fontconfig.cpp | 314 { SkTFixed<FC_WEIGHT_LIGHT>::value, SkTFixed<SkFS::kLight_Weight>::value }, in skfontstyle_from_fcpattern() 355 { SkTFixed<SkFS::kLight_Weight>::value, SkTFixed<FC_WEIGHT_LIGHT>::value }, in fcpattern_from_skfontstyle()
|
D | SkFontHost_FreeType.cpp | 1695 { "book", (SkFontStyle::kNormal_Weight + SkFontStyle::kLight_Weight)/2 }, in scanFont() 1703 { "light", SkFontStyle::kLight_Weight }, in scanFont()
|
/external/skia/tests/ |
D | FontMgrTest.cpp | 194 …SkFontStyle normal_normal_300(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
|