Searched refs:kExpanded_Width (Results 1 – 10 of 10) sorted by relevance
/external/skia/tests/ |
D | FontMgrTest.cpp | 198 …SkFontStyle expanded_normal_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 199 …SkFontStyle expanded_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 200 …SkFontStyle expanded_italic_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 201 …SkFontStyle expanded_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 202 …SkFontStyle expanded_obliqu_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 203 …SkFontStyle expanded_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
|
/external/skqp/tests/ |
D | FontMgrTest.cpp | 197 …SkFontStyle expanded_normal_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 198 …SkFontStyle expanded_normal_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 199 …SkFontStyle expanded_italic_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 200 …SkFontStyle expanded_italic_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 201 …SkFontStyle expanded_obliqu_100(SkFontStyle::kThin_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3() 202 …SkFontStyle expanded_obliqu_900(SkFontStyle::kBlack_Weight, SkFontStyle::kExpanded_Width, SkFont… in test_matchStyleCSS3()
|
/external/skqp/include/core/ |
D | SkFontStyle.h | 36 kExpanded_Width = 7, enumerator
|
/external/skia/include/core/ |
D | SkFontStyle.h | 36 kExpanded_Width = 7, enumerator
|
/external/skqp/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 435 { FC_WIDTH_EXPANDED, SkFS::kExpanded_Width }, in skfontstyle_from_fcpattern() 479 { SkFS::kExpanded_Width, FC_WIDTH_EXPANDED }, in fcpattern_from_skfontstyle()
|
D | SkFontMgr_fontconfig.cpp | 354 { FC_WIDTH_EXPANDED, SkFS::kExpanded_Width }, in skfontstyle_from_fcpattern() 401 { SkFS::kExpanded_Width, FC_WIDTH_EXPANDED }, in fcpattern_from_skfontstyle()
|
/external/skia/src/ports/ |
D | SkFontConfigInterface_direct.cpp | 435 { FC_WIDTH_EXPANDED, SkFS::kExpanded_Width }, in skfontstyle_from_fcpattern() 479 { SkFS::kExpanded_Width, FC_WIDTH_EXPANDED }, in fcpattern_from_skfontstyle()
|
D | SkFontMgr_fontconfig.cpp | 354 { FC_WIDTH_EXPANDED, SkFS::kExpanded_Width }, in skfontstyle_from_fcpattern() 401 { SkFS::kExpanded_Width, FC_WIDTH_EXPANDED }, in fcpattern_from_skfontstyle()
|
/external/skqp/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 370 } else if (this->fontStyle().width() >= SkFontStyle::kExpanded_Width) { in exportTtxCommon()
|
/external/skia/tools/fonts/ |
D | SkTestSVGTypeface.cpp | 368 } else if (this->fontStyle().width() >= SkFontStyle::kExpanded_Width) { in exportTtxCommon()
|