Home
last modified time | relevance | path

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

/external/skia/tools/fonts/
DTestSVGTypeface.cpp51 TestSVGTypeface::TestSVGTypeface(const char* name, in TestSVGTypeface() function in TestSVGTypeface
72 void TestSVGTypeface::Glyph::withSVG(Fn&& fn) const { in withSVG()
100 SkSize TestSVGTypeface::Glyph::size() const { in size()
108 void TestSVGTypeface::Glyph::render(SkCanvas* canvas) const { in render()
114 TestSVGTypeface::~TestSVGTypeface() {} in ~TestSVGTypeface()
116 TestSVGTypeface::Glyph::Glyph() : fOrigin{0, 0}, fAdvance(0) {} in Glyph()
117 TestSVGTypeface::Glyph::~Glyph() {} in ~Glyph()
119 void TestSVGTypeface::getAdvance(SkGlyph* glyph) const { in getAdvance()
127 void TestSVGTypeface::getFontMetrics(SkFontMetrics* metrics) const { *metrics = fFontMetrics; } in getFontMetrics()
129 void TestSVGTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec()
[all …]
DTestSVGTypeface.h50 class TestSVGTypeface : public SkTypeface {
52 TestSVGTypeface(const char* name,
57 ~TestSVGTypeface() override;
61 static sk_sp<TestSVGTypeface> Default();
62 static sk_sp<TestSVGTypeface> Planets();
Dcreate_test_font_color.cpp17 static void export_ttx(sk_sp<TestSVGTypeface> typeface, in export_ttx()
46 export_ttx(TestSVGTypeface::Default(), SkString(), SkMakeSpan(usual), SkMakeSpan(usual)); in main()
48 TestSVGTypeface::Planets(), SkString("planet"), SkMakeSpan(small), SkMakeSpan(usual)); in main()
DTestFontMgr.cpp101 TestSVGTypeface::Default(), SkFontStyle::Normal(), "Normal"); in FontMgr()
105 TestSVGTypeface::Planets(), SkFontStyle::Normal(), "Normal"); in FontMgr()
/external/skia/modules/skottie/
DBUILD.gn84 "../../tools/fonts/TestSVGTypeface.cpp",
/external/skia/
DBUILD.gn1924 "tools/fonts/TestSVGTypeface.cpp",
1925 "tools/fonts/TestSVGTypeface.h",
2965 "tools/fonts/TestSVGTypeface.cpp",
2985 "tools/fonts/TestSVGTypeface.cpp",
3021 "tools/fonts/TestSVGTypeface.cpp",
3111 "tools/fonts/TestSVGTypeface.cpp",
3146 "tools/fonts/TestSVGTypeface.cpp",
3172 "tools/fonts/TestSVGTypeface.cpp",
3205 "tools/fonts/TestSVGTypeface.cpp",
3243 "tools/fonts/TestSVGTypeface.cpp",
Dpublic.bzl625 "tools/fonts/TestSVGTypeface.cpp",
626 "tools/fonts/TestSVGTypeface.h",
DAndroid.bp2938 "tools/fonts/TestSVGTypeface.cpp",
3696 "tools/fonts/TestSVGTypeface.cpp",
/external/skia/src/core/
DSkGlyph.h353 friend class TestSVGTypeface; variable