Searched refs:kNormal_Width (Results 1 – 9 of 9) sorted by relevance
/external/skia/tests/ |
D | FontMgrTest.cpp | 121 …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/ |
D | SkFontStyle.cpp | 15 fUnion.fR.fWidth = kNormal_Width; in SkFontStyle() 30 fUnion.fR.fWidth = SkFontStyle::kNormal_Width; in SkFontStyle()
|
D | SkFontMgr.cpp | 225 if (pattern.width() <= SkFontStyle::kNormal_Width) { in matchStyleCSS3()
|
D | SkTypeface.cpp | 140 SkFontStyle::kNormal_Width, in CreateFromTypeface()
|
/external/skia/src/ports/ |
D | SkFontMgr_custom.cpp | 139 SkFontStyle::kNormal_Width, in getStyle() 169 SkFontStyle::kNormal_Width, in matchStyle() 220 SkFontStyle::kNormal_Width, in SkFontMgr_Custom() 316 SkFontStyle::kNormal_Width, in onLegacyCreateTypeface()
|
D | SkFontMgr_fontconfig.cpp | 331 { 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()
|
D | SkFontHost_FreeType.cpp | 1672 int width = SkFontStyle::kNormal_Width; in scanFont()
|
/external/skia/include/core/ |
D | SkFontStyle.h | 32 kNormal_Width = 5, enumerator
|
/external/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 193 SkFontStyle::kNormal_Width, in onLegacyCreateTypeface()
|