Home
last modified time | relevance | path

Searched refs:SkTestSVGScalerContext (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/fonts/
DTestSVGTypeface.h159 friend class SkTestSVGScalerContext; variable
DTestSVGTypeface.cpp175 class SkTestSVGScalerContext : public SkScalerContext { class
177 SkTestSVGScalerContext(sk_sp<TestSVGTypeface> face, in SkTestSVGScalerContext() function in SkTestSVGScalerContext
263 SkTestSVGScalerContext* fSelf;
265 SVGGlyphDrawable(SkTestSVGScalerContext* self, const SkGlyph& glyph) in SVGGlyphDrawable()
302 return std::make_unique<SkTestSVGScalerContext>( in onCreateScalerContext()
/external/skia/src/core/
DSkGlyph.h518 friend class SkTestSVGScalerContext; variable