Home
last modified time | relevance | path

Searched refs:SkSVGShape (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/modules/svg/src/
H A DSkSVGShape.cpp9 #include "modules/svg/include/SkSVGShape.h"
11 SkSVGShape::SkSVGShape(SkSVGTag t) : INHERITED(t) {} in SkSVGShape() function in SkSVGShape
13 void SkSVGShape::onRender(const SkSVGRenderContext& ctx) const { in onRender()
29 void SkSVGShape::appendChild(sk_sp<SkSVGNode>) { in appendChild()
/third_party/skia/modules/svg/include/
H A DSkSVGShape.h17 class SkSVGShape : public SkSVGTransformableNode { class
22 SkSVGShape(SkSVGTag);
H A DSkSVGCircle.h11 #include "modules/svg/include/SkSVGShape.h"
16 class SkSVGCircle final : public SkSVGShape {
40 using INHERITED = SkSVGShape;
H A DSkSVGPoly.h12 #include "modules/svg/include/SkSVGShape.h"
15 class SkSVGPoly final : public SkSVGShape {
42 using INHERITED = SkSVGShape;
H A DSkSVGRect.h11 #include "modules/svg/include/SkSVGShape.h"
16 class SkSVGRect final : public SkSVGShape {
43 using INHERITED = SkSVGShape;
H A DSkSVGPath.h12 #include "modules/svg/include/SkSVGShape.h"
14 class SkSVGPath final : public SkSVGShape {
33 using INHERITED = SkSVGShape;
H A DSkSVGEllipse.h11 #include "modules/svg/include/SkSVGShape.h"
16 class SkSVGEllipse final : public SkSVGShape {
38 using INHERITED = SkSVGShape;
H A DSkSVGLine.h11 #include "modules/svg/include/SkSVGShape.h"
16 class SkSVGLine final : public SkSVGShape {
39 using INHERITED = SkSVGShape;

Completed in 3 milliseconds