Searched refs:SkSVGSVG (Results 1 – 13 of 13) sorted by relevance
/third_party/flutter/skia/experimental/svg/model/ |
D | SkSVGSVG.cpp | 13 SkSVGSVG::SkSVGSVG() : INHERITED(SkSVGTag::kSvg) { } in SkSVGSVG() function in SkSVGSVG 15 bool SkSVGSVG::onPrepareToRender(SkSVGRenderContext* ctx) const { in onPrepareToRender() 47 void SkSVGSVG::setX(const SkSVGLength& x) { in setX() 51 void SkSVGSVG::setY(const SkSVGLength& y) { in setY() 55 void SkSVGSVG::setWidth(const SkSVGLength& w) { in setWidth() 59 void SkSVGSVG::setHeight(const SkSVGLength& h) { in setHeight() 63 void SkSVGSVG::setViewBox(const SkSVGViewBoxType& vb) { in setViewBox() 67 void SkSVGSVG::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() 100 SkSize SkSVGSVG::intrinsicSize(const SkSVGLengthContext& lctx) const { in intrinsicSize()
|
D | SkSVGSVG.h | 17 class SkSVGSVG : public SkSVGContainer { 19 ~SkSVGSVG() override = default; 21 static sk_sp<SkSVGSVG> Make() { return sk_sp<SkSVGSVG>(new SkSVGSVG()); } in Make() 37 SkSVGSVG();
|
D | SkSVGDOM.cpp | 369 { "svg" , []() -> sk_sp<SkSVGNode> { return SkSVGSVG::Make(); }}, in __anon739c3c091102() 506 return static_cast<const SkSVGSVG*>(fRoot.get())->intrinsicSize(lctx); in intrinsicSize()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGSVG.h | 17 class SkSVGSVG : public SkSVGContainer { 23 static sk_sp<SkSVGSVG> Make(Type t = Type::kInner) { return sk_sp<SkSVGSVG>(new SkSVGSVG(t)); } 41 explicit SkSVGSVG(Type t) in SkSVGSVG() function
|
D | SkSVGDOM.h | 22 class SkSVGSVG; variable 52 SkSVGSVG* getRoot() const { return fRoot.get(); } in getRoot() 85 SkSVGDOM(sk_sp<SkSVGSVG>, sk_sp<SkFontMgr>, sk_sp<skresources::ResourceProvider>, 88 const sk_sp<SkSVGSVG> fRoot;
|
/third_party/skia/modules/svg/src/ |
D | SkSVGSVG.cpp | 13 bool SkSVGSVG::onPrepareToRender(SkSVGRenderContext* ctx) const { in onPrepareToRender() 48 void SkSVGSVG::onSetAttribute(SkSVGAttribute attr, const SkSVGValue& v) { in onSetAttribute() 86 SkSize SkSVGSVG::intrinsicSize(const SkSVGLengthContext& lctx) const { in intrinsicSize()
|
D | SkSVGDOM.cpp | 349 return SkSVGSVG::Make(ctx.fParent ? SkSVGSVG::Type::kInner in construct_svg_node() 350 : SkSVGSVG::Type::kRoot); in construct_svg_node() 420 return sk_sp<SkSVGDOM>(new SkSVGDOM(sk_sp<SkSVGSVG>(static_cast<SkSVGSVG*>(root.release())), in make() 425 SkSVGDOM::SkSVGDOM(sk_sp<SkSVGSVG> root, sk_sp<SkFontMgr> fmgr, in SkSVGDOM()
|
/third_party/skia/modules/svg/ |
D | svg.gni | 51 "$_include/SkSVGSVG.h", 94 "$_src/SkSVGSVG.cpp",
|
/third_party/skia/modules/canvaskit/ |
D | BUILD.gn | 33 "../../modules/svg/src/SkSVGSVG.cpp",
|
/third_party/flutter/skia/ |
D | BUILD.gn | 1690 "experimental/svg/model/SkSVGSVG.cpp",
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 1052 "$flutter_root/skia/experimental/svg/model/SkSVGSVG.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 2129 "$flutter_root/skia/experimental/svg/model/SkSVGSVG.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 449 FILE: ../../../third_party/skia/experimental/svg/model/SkSVGSVG.cpp 450 FILE: ../../../third_party/skia/experimental/svg/model/SkSVGSVG.h
|