Home
last modified time | relevance | path

Searched refs:SkSVGSVG (Results 1 – 9 of 9) sorted by relevance

/external/skqp/experimental/svg/model/
DSkSVGSVG.cpp13 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()
DSkSVGSVG.h17 class SkSVGSVG : public SkSVGContainer {
19 ~SkSVGSVG() override = default;
21 static sk_sp<SkSVGSVG> Make() { return sk_sp<SkSVGSVG>(new SkSVGSVG()); } in Make()
37 SkSVGSVG();
DSkSVGDOM.cpp368 { "svg" , []() -> sk_sp<SkSVGNode> { return SkSVGSVG::Make(); }}, in __anon4be2fa1a1102()
496 return static_cast<const SkSVGSVG*>(fRoot.get())->intrinsicSize(lctx); in intrinsicSize()
/external/skia/experimental/svg/model/
DSkSVGSVG.cpp13 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()
DSkSVGSVG.h17 class SkSVGSVG : public SkSVGContainer {
19 ~SkSVGSVG() override = default;
21 static sk_sp<SkSVGSVG> Make() { return sk_sp<SkSVGSVG>(new SkSVGSVG()); } in Make()
37 SkSVGSVG();
DSkSVGDOM.cpp368 { "svg" , []() -> sk_sp<SkSVGNode> { return SkSVGSVG::Make(); }}, in __anonfa75a9831102()
496 return static_cast<const SkSVGSVG*>(fRoot.get())->intrinsicSize(lctx); in intrinsicSize()
/external/skia/
DAndroid.bp1096 "experimental/svg/model/SkSVGSVG.cpp",
2028 "experimental/svg/model/SkSVGSVG.cpp",
DBUILD.gn1374 "experimental/svg/model/SkSVGSVG.cpp",
/external/skqp/
DBUILD.gn1367 "experimental/svg/model/SkSVGSVG.cpp",