Searched refs:SkSVGPath (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGPath.h | 14 class SkSVGPath final : public SkSVGShape { 16 ~SkSVGPath() override = default; 17 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); } in Make() 30 SkSVGPath();
|
D | SkSVGPath.cpp | 14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath() function in SkSVGPath 16 void SkSVGPath::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() 28 void SkSVGPath::onDraw(SkCanvas* canvas, const SkSVGLengthContext&, const SkPaint& paint, in onDraw() 35 SkPath SkSVGPath::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath()
|
D | SkSVGDOM.cpp | 362 { "path" , []() -> sk_sp<SkSVGNode> { return SkSVGPath::Make(); }}, in __anon232f9d4b0a02()
|
/third_party/skia/modules/svg/src/ |
D | SkSVGPath.cpp | 15 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath() function in SkSVGPath 17 bool SkSVGPath::parseAndSetAttribute(const char* n, const char* v) { in parseAndSetAttribute() 27 void SkSVGPath::onDraw(SkCanvas* canvas, const SkSVGLengthContext&, const SkPaint& paint, in onDraw() 35 SkPath SkSVGPath::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath() 43 SkRect SkSVGPath::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox()
|
D | SkSVGDOM.cpp | 264 { "path" , []() -> sk_sp<SkSVGNode> { return SkSVGPath::Make(); }}, in __anond6553ff81c02()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGPath.h | 14 class SkSVGPath final : public SkSVGShape { 16 static sk_sp<SkSVGPath> Make() { return sk_sp<SkSVGPath>(new SkSVGPath()); } in Make() 31 SkSVGPath();
|
/third_party/skia/modules/svg/ |
D | svg.gni | 43 "$_include/SkSVGPath.h", 88 "$_src/SkSVGPath.cpp",
|
/third_party/skia/modules/canvaskit/ |
D | BUILD.gn | 27 "../../modules/svg/src/SkSVGPath.cpp",
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 1046 "$flutter_root/skia/experimental/svg/model/SkSVGPath.cpp",
|
/third_party/flutter/skia/ |
D | BUILD.gn | 1684 "experimental/svg/model/SkSVGPath.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 2123 "$flutter_root/skia/experimental/svg/model/SkSVGPath.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 441 FILE: ../../../third_party/skia/experimental/svg/model/SkSVGPath.cpp 442 FILE: ../../../third_party/skia/experimental/svg/model/SkSVGPath.h
|