Home
last modified time | relevance | path

Searched refs:GroupShape (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/experimental/xform/
H A DSkShape.h64 class GroupShape : public Shape { class
67 GroupShape(sk_sp<Xform> x) : Shape(std::move(x)) {} in GroupShape() function in GroupShape
70 static sk_sp<GroupShape> Make(sk_sp<Xform> x = nullptr) { in Make()
71 return sk_sp<GroupShape>(new GroupShape(std::move(x))); in Make()
74 static sk_sp<GroupShape> Make(sk_sp<Xform> x, sk_sp<Shape> s) { in Make()
75 auto g = sk_sp<GroupShape>(new GroupShape(std::move(x))); in Make()
80 ~GroupShape() override {
H A DSkShape.cpp16 void GroupShape::draw(XContext* ctx) { in draw()
/third_party/skia/gm/
H A Dxform.cpp39 sk_sp<GroupShape> g = GroupShape::Make(); in XformGM()
52 sk_sp<GroupShape> parent = GroupShape::Make(); in XformGM()
54 parent->append(GroupShape::Make(sub, g)); in XformGM()

Completed in 2 milliseconds