Home
last modified time | relevance | path

Searched refs:kThin_Weight (Results 1 – 5 of 5) sorted by relevance

/external/skia/tests/
DFontMgrTest.cpp187 …SkFontStyle condensed_normal_100(SkFontStyle::kThin_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
189 …SkFontStyle condensed_italic_100(SkFontStyle::kThin_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
191 …SkFontStyle condensed_obliqu_100(SkFontStyle::kThin_Weight, SkFontStyle::kCondensed_Width, SkFont… in test_matchStyleCSS3()
193 …SkFontStyle expanded_normal_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
195 …SkFontStyle expanded_italic_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
197 …SkFontStyle expanded_obliqu_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
200 …SkFontStyle normal_normal_100(SkFontStyle::kThin_Weight, SkFontStyle::kNormal_Width, SkFontS… in test_matchStyleCSS3()
/external/skia/include/core/
DSkFontStyle.h17 kThin_Weight = 100, enumerator
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp409 { SkTFixed<FC_WEIGHT_THIN>::value, SkTFixed<SkFS::kThin_Weight>::value }, in skfontstyle_from_fcpattern()
452 { SkTFixed<SkFS::kThin_Weight>::value, SkTFixed<FC_WEIGHT_THIN>::value }, in fcpattern_from_skfontstyle()
DSkFontMgr_fontconfig.cpp322 { SkTFixed<FC_WEIGHT_THIN>::value, SkTFixed<SkFS::kThin_Weight>::value }, in skfontstyle_from_fcpattern()
367 { SkTFixed<SkFS::kThin_Weight>::value, SkTFixed<FC_WEIGHT_THIN>::value }, in fcpattern_from_skfontstyle()
DSkFontHost_FreeType.cpp1787 { "hairline", SkFontStyle::kThin_Weight }, in scanFont()
1797 { "thin", SkFontStyle::kThin_Weight }, in scanFont()