Home
last modified time | relevance | path

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

/external/skia/tests/
DFontMgrTest.cpp122 class TestTypeface : public SkTypeface { in test_matchStyleCSS3() class
124 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in test_matchStyleCSS3() function in test_matchStyleCSS3::TestTypeface
181 return new TestTypeface(invalidFontStyle); in test_matchStyleCSS3()
183 return new TestTypeface(fStyles[index]); in test_matchStyleCSS3()
/external/skqp/tests/
DFontMgrTest.cpp121 class TestTypeface : public SkTypeface { in test_matchStyleCSS3() class
123 TestTypeface(const SkFontStyle& fontStyle) : SkTypeface(fontStyle, false){} in test_matchStyleCSS3() function in test_matchStyleCSS3::TestTypeface
180 return new TestTypeface(invalidFontStyle); in test_matchStyleCSS3()
182 return new TestTypeface(fStyles[index]); in test_matchStyleCSS3()
/external/skqp/experimental/canvaskit/
DCHANGELOG.md59 - CanvasKit comes with one font (NotoMono) instead of the Skia TestTypeface. Clients are encouraged
/external/skia/modules/canvaskit/
DCHANGELOG.md93 - CanvasKit comes with one font (NotoMono) instead of the Skia TestTypeface. Clients are encouraged