Searched refs:SkTestFont (Results 1 – 3 of 3) sorted by relevance
31 class SkTestFont; variable47 class SkTestFont : public SkRefCnt {49 SkTestFont(const SkTestFontData&);50 ~SkTestFont() override;67 TestTypeface(sk_sp<SkTestFont>, const SkFontStyle& style);121 sk_sp<SkTestFont> fTestFont;
33 SkTestFont::SkTestFont(const SkTestFontData& fontData) in SkTestFont() function in SkTestFont44 SkTestFont::~SkTestFont() { in ~SkTestFont()48 SkGlyphID SkTestFont::glyphForUnichar(SkUnichar charCode) const { in glyphForUnichar()57 void SkTestFont::init(const SkScalar* pts, const unsigned char* verbs) { in init()90 TestTypeface::TestTypeface(sk_sp<SkTestFont> testFont, const SkFontStyle& style) in TestTypeface()
68 sk_make_sp<TestTypeface>(sk_make_sp<SkTestFont>(sub.fFont), sub.fStyle); in FontMgr()