Flutter Engine
The Flutter Engine
SkSVGClipPath.h
Go to the documentation of this file.
1/*
2 * Copyright 2016 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef SkSVGClipPath_DEFINED
9#define SkSVGClipPath_DEFINED
10
13
15public:
18 }
19
22
23private:
24 friend class SkSVGRenderContext;
25
27
28 bool parseAndSetAttribute(const char*, const char*) override;
29
30 SkPath resolveClip(const SkSVGRenderContext&) const;
31
33};
34
35#endif // SkSVGClipPath_DEFINED
#define SK_API
Definition: SkAPI.h:35
#define SVG_ATTR(attr_name, attr_type, attr_default)
Definition: SkSVGNode.h:210
Definition: SkPath.h:59
static sk_sp< SkSVGClipPath > Make()
Definition: SkSVGClipPath.h:16
virtual bool parseAndSetAttribute(const char *name, const char *value)
Definition: SkSVGNode.cpp:90