HomeSort by relevance Sort by last modified time
    Searched refs:SkSVGContainer (Results 1 - 12 of 12) sorted by null

  /external/skia/experimental/svg/model/
SkSVGG.h 11 #include "SkSVGContainer.h"
13 class SkSVGG : public SkSVGContainer {
22 typedef SkSVGContainer INHERITED;
SkSVGHiddenContainer.h 11 #include "SkSVGContainer.h"
13 class SkSVGHiddenContainer : public SkSVGContainer {
23 typedef SkSVGContainer INHERITED;
SkSVGContainer.h 14 class SkSVGContainer : public SkSVGTransformableNode {
16 ~SkSVGContainer() override = default;
21 explicit SkSVGContainer(SkSVGTag);
SkSVGContainer.cpp 8 #include "SkSVGContainer.h"
13 SkSVGContainer::SkSVGContainer(SkSVGTag t) : INHERITED(t) { }
15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) {
20 bool SkSVGContainer::hasChildren() const {
24 void SkSVGContainer::onRender(const SkSVGRenderContext& ctx) const {
30 SkPath SkSVGContainer::onAsPath(const SkSVGRenderContext& ctx) const {
SkSVGSVG.h 11 #include "SkSVGContainer.h"
17 class SkSVGSVG : public SkSVGContainer {
46 typedef SkSVGContainer INHERITED;
SkSVGPattern.cpp 162 contentNode->SkSVGContainer::onRender(recordingContext);
  /external/skqp/experimental/svg/model/
SkSVGG.h 11 #include "SkSVGContainer.h"
13 class SkSVGG : public SkSVGContainer {
22 typedef SkSVGContainer INHERITED;
SkSVGHiddenContainer.h 11 #include "SkSVGContainer.h"
13 class SkSVGHiddenContainer : public SkSVGContainer {
23 typedef SkSVGContainer INHERITED;
SkSVGContainer.h 14 class SkSVGContainer : public SkSVGTransformableNode {
16 ~SkSVGContainer() override = default;
21 explicit SkSVGContainer(SkSVGTag);
SkSVGContainer.cpp 8 #include "SkSVGContainer.h"
13 SkSVGContainer::SkSVGContainer(SkSVGTag t) : INHERITED(t) { }
15 void SkSVGContainer::appendChild(sk_sp<SkSVGNode> node) {
20 bool SkSVGContainer::hasChildren() const {
24 void SkSVGContainer::onRender(const SkSVGRenderContext& ctx) const {
30 SkPath SkSVGContainer::onAsPath(const SkSVGRenderContext& ctx) const {
SkSVGSVG.h 11 #include "SkSVGContainer.h"
17 class SkSVGSVG : public SkSVGContainer {
46 typedef SkSVGContainer INHERITED;
SkSVGPattern.cpp 162 contentNode->SkSVGContainer::onRender(recordingContext);

Completed in 139 milliseconds