Home
last modified time | relevance | path

Searched refs:TestSVGTypeface (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/tools/fonts/
H A DTestSVGTypeface.cpp8 #include "tools/fonts/TestSVGTypeface.h"
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 in Glyph()
[all...]
H A DTestSVGTypeface.h52 class TestSVGTypeface : public SkTypeface { class
54 TestSVGTypeface(const char* name,
59 ~TestSVGTypeface() override;
63 static sk_sp<TestSVGTypeface> Default();
64 static sk_sp<TestSVGTypeface> Planets();
H A Dcreate_test_font_color.cpp15 #include "tools/fonts/TestSVGTypeface.h"
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()
H A DTestFontMgr.cpp14 #include "tools/fonts/TestSVGTypeface.h"
101 TestSVGTypeface::Default(), SkFontStyle::Normal(), "Normal"); in FontMgr()
105 TestSVGTypeface::Planets(), SkFontStyle::Normal(), "Normal"); in FontMgr()
/third_party/skia/src/core/
H A DSkGlyph.h354 friend class TestSVGTypeface;

Completed in 4 milliseconds