Home
last modified time | relevance | path

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

/third_party/skia/tools/fonts/
DTestSVGTypeface.cpp52 TestSVGTypeface::TestSVGTypeface(const char* name, in TestSVGTypeface() function in TestSVGTypeface
73 void TestSVGTypeface::Glyph::withSVG(Fn&& fn) const { in withSVG()
101 SkSize TestSVGTypeface::Glyph::size() const { in size()
109 void TestSVGTypeface::Glyph::render(SkCanvas* canvas) const { in render()
115 TestSVGTypeface::~TestSVGTypeface() {} in ~TestSVGTypeface()
117 TestSVGTypeface::Glyph::Glyph() : fOrigin{0, 0}, fAdvance(0) {} in Glyph()
118 TestSVGTypeface::Glyph::~Glyph() {} in ~Glyph()
120 void TestSVGTypeface::getAdvance(SkGlyph* glyph) const { in getAdvance()
128 void TestSVGTypeface::getFontMetrics(SkFontMetrics* metrics) const { *metrics = fFontMetrics; } in getFontMetrics()
130 void TestSVGTypeface::onFilterRec(SkScalerContextRec* rec) const { in onFilterRec()
[all …]
DTestSVGTypeface.h52 class TestSVGTypeface : public SkTypeface {
54 TestSVGTypeface(const char* name,
59 ~TestSVGTypeface() override;
63 static sk_sp<TestSVGTypeface> Default();
64 static sk_sp<TestSVGTypeface> Planets();
Dcreate_test_font_color.cpp19 static void export_ttx(sk_sp<TestSVGTypeface> typeface, in export_ttx()
48 export_ttx(TestSVGTypeface::Default(), SkString(), SkMakeSpan(usual), SkMakeSpan(usual)); in main()
50 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()
/third_party/flutter/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()
/third_party/flutter/skia/modules/skottie/
DBUILD.gn81 "../../tools/fonts/TestSVGTypeface.cpp",
/third_party/skia/modules/skottie/
DBUILD.gn86 "../../tools/fonts/TestSVGTypeface.cpp",
/third_party/flutter/skia/src/core/
DSkGlyph.h237 friend class TestSVGTypeface; variable
/third_party/skia/
DBUILD.gn2002 "tools/fonts/TestSVGTypeface.cpp",
2003 "tools/fonts/TestSVGTypeface.h",
3089 "tools/fonts/TestSVGTypeface.cpp",
3109 "tools/fonts/TestSVGTypeface.cpp",
3145 "tools/fonts/TestSVGTypeface.cpp",
3235 "tools/fonts/TestSVGTypeface.cpp",
3270 "tools/fonts/TestSVGTypeface.cpp",
3296 "tools/fonts/TestSVGTypeface.cpp",
3329 "tools/fonts/TestSVGTypeface.cpp",
3367 "tools/fonts/TestSVGTypeface.cpp",
Dpublic.bzl611 "tools/fonts/TestSVGTypeface.cpp",
612 "tools/fonts/TestSVGTypeface.h",
/third_party/flutter/skia/
Dpublic.bzl496 "tools/fonts/TestSVGTypeface.cpp",
497 "tools/fonts/TestSVGTypeface.h",
DBUILD.gn1534 "tools/fonts/TestSVGTypeface.cpp",
1535 "tools/fonts/TestSVGTypeface.h",
/third_party/skia/src/core/
DSkGlyph.h354 friend class TestSVGTypeface; variable