Home
last modified time | relevance | path

Searched refs:SkSVGContainer (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/modules/svg/src/
DSkSVGContainer.cpp13 SkSVGContainer::SkSVGContainer(SkSVGTag t) : INHERITED(t) { } in SkSVGContainer() function in SkSVGContainer
15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) { in appendChild()
20 std::vector<sk_sp<SkSVGNode>> SkSVGContainer::getChild() { in getChild()
28 bool SkSVGContainer::hasChildren() const { in hasChildren()
32 void SkSVGContainer::onRender(const SkSVGRenderContext& ctx) const { in onRender()
38 SkPath SkSVGContainer::onAsPath(const SkSVGRenderContext& ctx) const { in onAsPath()
51 SkRect SkSVGContainer::onObjectBoundingBox(const SkSVGRenderContext& ctx) const { in onObjectBoundingBox()
DSkSVGPattern.cpp112 contentNode->SkSVGContainer::onRender(recordingContext); in onAsPaint()
/third_party/skia/modules/svg/include/
DSkSVGHiddenContainer.h13 class SkSVGHiddenContainer : public SkSVGContainer {
20 using INHERITED = SkSVGContainer;
DSkSVGG.h13 class SkSVGG : public SkSVGContainer {
20 using INHERITED = SkSVGContainer;
DSkSVGContainer.h14 class SkSVGContainer : public SkSVGTransformableNode {
20 explicit SkSVGContainer(SkSVGTag);
DSkSVGSVG.h17 class SkSVGSVG : public SkSVGContainer {
49 using INHERITED = SkSVGContainer;
/third_party/skia/modules/svg/
Dsvg.gni16 "$_include/SkSVGContainer.h",
67 "$_src/SkSVGContainer.cpp",
/third_party/skia/modules/canvaskit/
DBUILD.gn14 "../../modules/svg/src/SkSVGContainer.cpp",