Searched refs:kNormal_Weight (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkFontStyle.cpp | 14 fUnion.fR.fWeight = kNormal_Weight; in SkFontStyle() 28 : SkFontStyle::kNormal_Weight, in FromOldStyle()
|
D | SkTypeface.cpp | 130 fontStyle.weight() == SkFontStyle::kNormal_Weight)) { in MakeFromName()
|
/external/skia/include/core/ |
D | SkFontStyle.h | 20 kNormal_Weight = 400, enumerator
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType.cpp | 1752 int weight = SkFontStyle::kNormal_Weight; in scanFont() 1778 { "all", SkFontStyle::kNormal_Weight }, // Multiple Masters usually default to normal. in scanFont() 1781 { "book", (SkFontStyle::kNormal_Weight + SkFontStyle::kLight_Weight)/2 }, in scanFont() 1791 { "normal", SkFontStyle::kNormal_Weight }, in scanFont() 1792 { "plain", SkFontStyle::kNormal_Weight }, in scanFont() 1793 { "regular", SkFontStyle::kNormal_Weight }, in scanFont() 1794 { "roman", SkFontStyle::kNormal_Weight }, in scanFont() 1796 { "standard", SkFontStyle::kNormal_Weight }, in scanFont()
|
D | SkFontConfigInterface_direct.cpp | 412 { SkTFixed<FC_WEIGHT_REGULAR>::value, SkTFixed<SkFS::kNormal_Weight>::value }, in skfontstyle_from_fcpattern() 455 { SkTFixed<SkFS::kNormal_Weight>::value, SkTFixed<FC_WEIGHT_REGULAR>::value }, in fcpattern_from_skfontstyle()
|
D | SkFontMgr_custom.cpp | 129 sk_sp<SkTypeface> tf(set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom()
|
D | SkFontMgr_fontconfig.cpp | 325 { SkTFixed<FC_WEIGHT_REGULAR>::value, SkTFixed<SkFS::kNormal_Weight>::value }, in skfontstyle_from_fcpattern() 370 { SkTFixed<SkFS::kNormal_Weight>::value, SkTFixed<FC_WEIGHT_REGULAR>::value }, in fcpattern_from_skfontstyle()
|
/external/skia/tests/ |
D | FontMgrTest.cpp | 203 …SkFontStyle normal_normal_400(SkFontStyle::kNormal_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
|