Searched refs:invalidFontStyle (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | FontMgrTest.cpp | 120 …static const SkFontStyle invalidFontStyle(101, SkFontStyle::kNormal_Width, SkFontStyle::kUpright_S… in test_matchStyleCSS3() local 181 return new TestTypeface(invalidFontStyle); in test_matchStyleCSS3() 637 { normal_normal_300, invalidFontStyle }, in test_matchStyleCSS3() 638 { normal_normal_400, invalidFontStyle }, in test_matchStyleCSS3() 639 { normal_normal_500, invalidFontStyle }, in test_matchStyleCSS3() 640 { normal_normal_600, invalidFontStyle }, in test_matchStyleCSS3() 706 REPORTER_ASSERT(reporter, invalidFontStyle == testCase.expectedResult); in test_matchStyleCSS3()
|
/external/skqp/tests/ |
D | FontMgrTest.cpp | 119 …static const SkFontStyle invalidFontStyle(101, SkFontStyle::kNormal_Width, SkFontStyle::kUpright_S… in test_matchStyleCSS3() local 180 return new TestTypeface(invalidFontStyle); in test_matchStyleCSS3() 636 { normal_normal_300, invalidFontStyle }, in test_matchStyleCSS3() 637 { normal_normal_400, invalidFontStyle }, in test_matchStyleCSS3() 638 { normal_normal_500, invalidFontStyle }, in test_matchStyleCSS3() 639 { normal_normal_600, invalidFontStyle }, in test_matchStyleCSS3() 705 REPORTER_ASSERT(reporter, invalidFontStyle == testCase.expectedResult); in test_matchStyleCSS3()
|