HomeSort by relevance Sort by last modified time
    Searched defs:SkSVGRenderContext (Results 1 - 2 of 2) sorted by null

  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 12 #include "SkSVGRenderContext.h"
103 void applySvgPaint(const SkSVGRenderContext& ctx, const SkSVGPaint& svgPaint, SkPaint* p) {
132 const SkSVGRenderContext&,
137 const SkSVGRenderContext& ctx,
144 const SkSVGRenderContext& ctx,
151 const SkSVGRenderContext&,
158 const SkSVGRenderContext&,
168 const SkSVGRenderContext&,
178 const SkSVGRenderContext&,
185 const SkSVGRenderContext& ctx
    [all...]
SkSVGRenderContext.h 59 class SkSVGRenderContext {
61 SkSVGRenderContext(SkCanvas*, const SkSVGIDMapper&, const SkSVGLengthContext&,
63 SkSVGRenderContext(const SkSVGRenderContext&);
64 ~SkSVGRenderContext();
90 SkSVGRenderContext& operator=(const SkSVGRenderContext&) = delete;

Completed in 87 milliseconds