/third_party/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 52 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 …]
|
D | TestSVGTypeface.h | 52 class TestSVGTypeface : public SkTypeface { 54 TestSVGTypeface(const char* name, 59 ~TestSVGTypeface() override; 63 static sk_sp<TestSVGTypeface> Default(); 64 static sk_sp<TestSVGTypeface> Planets();
|
D | create_test_font_color.cpp | 19 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()
|
D | TestFontMgr.cpp | 101 TestSVGTypeface::Default(), SkFontStyle::Normal(), "Normal"); in FontMgr() 105 TestSVGTypeface::Planets(), SkFontStyle::Normal(), "Normal"); in FontMgr()
|
/third_party/flutter/skia/tools/fonts/ |
D | TestSVGTypeface.cpp | 51 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 …]
|
D | TestSVGTypeface.h | 50 class TestSVGTypeface : public SkTypeface { 52 TestSVGTypeface(const char* name, 57 ~TestSVGTypeface() override; 61 static sk_sp<TestSVGTypeface> Default(); 62 static sk_sp<TestSVGTypeface> Planets();
|
D | create_test_font_color.cpp | 17 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()
|
D | TestFontMgr.cpp | 101 TestSVGTypeface::Default(), SkFontStyle::Normal(), "Normal"); in FontMgr() 105 TestSVGTypeface::Planets(), SkFontStyle::Normal(), "Normal"); in FontMgr()
|
/third_party/flutter/skia/modules/skottie/ |
D | BUILD.gn | 81 "../../tools/fonts/TestSVGTypeface.cpp",
|
/third_party/skia/modules/skottie/ |
D | BUILD.gn | 86 "../../tools/fonts/TestSVGTypeface.cpp",
|
/third_party/flutter/skia/src/core/ |
D | SkGlyph.h | 237 friend class TestSVGTypeface; variable
|
/third_party/skia/ |
D | BUILD.gn | 2002 "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",
|
D | public.bzl | 611 "tools/fonts/TestSVGTypeface.cpp", 612 "tools/fonts/TestSVGTypeface.h",
|
/third_party/flutter/skia/ |
D | public.bzl | 496 "tools/fonts/TestSVGTypeface.cpp", 497 "tools/fonts/TestSVGTypeface.h",
|
D | BUILD.gn | 1534 "tools/fonts/TestSVGTypeface.cpp", 1535 "tools/fonts/TestSVGTypeface.h",
|
/third_party/skia/src/core/ |
D | SkGlyph.h | 354 friend class TestSVGTypeface; variable
|