Home
last modified time | relevance | path

Searched defs:SkSVGRenderContext (Results 1 – 9 of 9) sorted by relevance

/external/skia/modules/svg/src/
DSkSVGRenderContext.cpp146 SkSVGRenderContext::SkSVGRenderContext(SkCanvas* canvas, in SkSVGRenderContext() function in SkSVGRenderContext
162 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other) in SkSVGRenderContext() function in SkSVGRenderContext
171 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other, SkCanvas* canvas) in SkSVGRenderContext() function in SkSVGRenderContext
180 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other, const SkSVGNode* node) in SkSVGRenderContext() function in SkSVGRenderContext
/external/skia/modules/svg/include/
DSkSVGNode.h20 class SkSVGRenderContext; variable
164 virtual bool onAsPaint(const SkSVGRenderContext&, SkPaint*) const { return false; } in onAsPaint()
172 virtual SkRect onObjectBoundingBox(const SkSVGRenderContext&) const { in onObjectBoundingBox()
DSkSVGHiddenContainer.h17 void onRender(const SkSVGRenderContext&) const final {} in onRender()
DSkSVGGradient.h16 class SkSVGRenderContext; variable
DSkSVGPattern.h14 class SkSVGRenderContext; variable
DSkSVGFilterContext.h19 class SkSVGRenderContext; variable
DSkSVGText.h29 void onRender(const SkSVGRenderContext&) const override {} in onRender()
DSkSVGAttribute.h14 class SkSVGRenderContext; variable
/external/skia/modules/svg/tests/
DText.cpp148 [](const SkSVGRenderContext&, const sk_sp<SkTextBlob>&, const SkPaint*, const SkPaint*) {}; in DEF_TEST()