Searched refs:TestSVGTypeface (Results 1 – 9 of 9) sorted by relevance
/external/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()
|
/external/skia/modules/skottie/ |
D | BUILD.gn | 84 "../../tools/fonts/TestSVGTypeface.cpp",
|
/external/skia/ |
D | BUILD.gn | 1924 "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",
|
D | public.bzl | 625 "tools/fonts/TestSVGTypeface.cpp", 626 "tools/fonts/TestSVGTypeface.h",
|
D | Android.bp | 2938 "tools/fonts/TestSVGTypeface.cpp", 3696 "tools/fonts/TestSVGTypeface.cpp",
|
/external/skia/src/core/ |
D | SkGlyph.h | 353 friend class TestSVGTypeface; variable
|