Home
last modified time | relevance | path

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

/external/skia/tests/
DFontMgrTest.cpp121 …static const SkFontStyle invalidFontStyle(101, SkFontStyle::kNormal_Width, SkFontStyle::kUpright_S… in test_matchStyleCSS3()
192 …SkFontStyle normal_normal_100(SkFontStyle::kThin_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
193 …SkFontStyle normal_normal_200(SkFontStyle::kExtraLight_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
194 …SkFontStyle normal_normal_300(SkFontStyle::kLight_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
195 …SkFontStyle normal_normal_400(SkFontStyle::kNormal_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
196 …SkFontStyle normal_normal_500(SkFontStyle::kMedium_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
197 …SkFontStyle normal_normal_600(SkFontStyle::kSemiBold_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
198 …SkFontStyle normal_normal_700(SkFontStyle::kBold_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
199 …SkFontStyle normal_normal_800(SkFontStyle::kExtraBold_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
200 …SkFontStyle normal_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
/external/skia/src/core/
DSkFontStyle.cpp15 fUnion.fR.fWidth = kNormal_Width; in SkFontStyle()
30 fUnion.fR.fWidth = SkFontStyle::kNormal_Width; in SkFontStyle()
DSkFontMgr.cpp225 if (pattern.width() <= SkFontStyle::kNormal_Width) { in matchStyleCSS3()
DSkTypeface.cpp140 SkFontStyle::kNormal_Width, in CreateFromTypeface()
/external/skia/src/ports/
DSkFontMgr_custom.cpp139 SkFontStyle::kNormal_Width, in getStyle()
169 SkFontStyle::kNormal_Width, in matchStyle()
220 SkFontStyle::kNormal_Width, in SkFontMgr_Custom()
316 SkFontStyle::kNormal_Width, in onLegacyCreateTypeface()
DSkFontMgr_fontconfig.cpp331 { SkTFixed<FC_WIDTH_NORMAL>::value, SkTFixed<SkFS::kNormal_Width>::value }, in skfontstyle_from_fcpattern()
371 { SkTFixed<SkFS::kNormal_Width>::value, SkTFixed<FC_WIDTH_NORMAL>::value }, in fcpattern_from_skfontstyle()
891 SkFontStyle::kNormal_Width, in onLegacyCreateTypeface()
DSkFontHost_FreeType.cpp1672 int width = SkFontStyle::kNormal_Width; in scanFont()
/external/skia/include/core/
DSkFontStyle.h32 kNormal_Width = 5, enumerator
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp193 SkFontStyle::kNormal_Width, in onLegacyCreateTypeface()