Home
last modified time | relevance | path

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

/external/skia/tests/
DFontMgrTest.cpp123 class TestTypeface : public SkTypeface { in test_matchStyleCSS3() class
125 TestTypeface(const SkFontStyle& fontStyle, SkFontID id) : SkTypeface(fontStyle, id, false){} in test_matchStyleCSS3() function in test_matchStyleCSS3::TestTypeface
172 return new TestTypeface(invalidFontStyle, invalidFontID); in test_matchStyleCSS3()
174 return new TestTypeface(fStyles[index], index); in test_matchStyleCSS3()