Home
last modified time | relevance | path

Searched refs:kNormal_Weight (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkFontStyle.cpp14 fUnion.fR.fWeight = kNormal_Weight; in SkFontStyle()
28 : SkFontStyle::kNormal_Weight, in FromOldStyle()
DSkTypeface.cpp130 fontStyle.weight() == SkFontStyle::kNormal_Weight)) { in MakeFromName()
/external/skia/include/core/
DSkFontStyle.h20 kNormal_Weight = 400, enumerator
/external/skia/src/ports/
DSkFontHost_FreeType.cpp1752 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()
DSkFontConfigInterface_direct.cpp412 { 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()
DSkFontMgr_custom.cpp129 sk_sp<SkTypeface> tf(set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom()
DSkFontMgr_fontconfig.cpp325 { 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/
DFontMgrTest.cpp203 …SkFontStyle normal_normal_400(SkFontStyle::kNormal_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()