Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkFontStyle.cpp14 fUnion.fR.fWeight = kNormal_Weight; in SkFontStyle()
29 : SkFontStyle::kNormal_Weight; in SkFontStyle()
DSkTypeface.cpp139 : SkFontStyle::kNormal_Weight, in CreateFromTypeface()
/external/skia/src/ports/
DSkFontMgr_custom.cpp138 *style = SkFontStyle(bold ? SkFontStyle::kBold_Weight : SkFontStyle::kNormal_Weight, in getStyle()
168 : SkFontStyle::kNormal_Weight, in matchStyle()
219 SkTypeface* tf = set->matchStyle(SkFontStyle(SkFontStyle::kNormal_Weight, in SkFontMgr_Custom()
315 : SkFontStyle::kNormal_Weight, in onLegacyCreateTypeface()
DSkFontHost_FreeType.cpp1671 int weight = SkFontStyle::kNormal_Weight; in scanFont()
1692 { "all", SkFontStyle::kNormal_Weight }, // Multiple Masters usually default to normal. in scanFont()
1695 { "book", (SkFontStyle::kNormal_Weight + SkFontStyle::kLight_Weight)/2 }, in scanFont()
1705 { "normal", SkFontStyle::kNormal_Weight }, in scanFont()
1706 { "plain", SkFontStyle::kNormal_Weight }, in scanFont()
1707 { "regular", SkFontStyle::kNormal_Weight }, in scanFont()
1708 { "roman", SkFontStyle::kNormal_Weight }, in scanFont()
1710 { "standard", SkFontStyle::kNormal_Weight }, in scanFont()
DSkFontMgr_fontconfig.cpp315 { SkTFixed<FC_WEIGHT_REGULAR>::value, SkTFixed<SkFS::kNormal_Weight>::value }, in skfontstyle_from_fcpattern()
356 { SkTFixed<SkFS::kNormal_Weight>::value, SkTFixed<FC_WEIGHT_REGULAR>::value }, in fcpattern_from_skfontstyle()
890 : SkFontStyle::kNormal_Weight, in onLegacyCreateTypeface()
DSkFontHost_mac.cpp431 #define WEIGHT_THRESHOLD ((SkFontStyle::kNormal_Weight + SkFontStyle::kBold_Weight)/2)
/external/skia/include/core/
DSkFontStyle.h19 kNormal_Weight = 400, enumerator
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp192 : SkFontStyle::kNormal_Weight, in onLegacyCreateTypeface()
/external/skia/tests/
DFontMgrTest.cpp195 …SkFontStyle normal_normal_400(SkFontStyle::kNormal_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()