Lines Matching refs:Group
16 Group::Group() = default;
18 Group::Group(std::vector<sk_sp<RenderNode>> children)
25 Group::~Group() {
31 void Group::clear() {
38 void Group::addChild(sk_sp<RenderNode> node) {
52 void Group::removeChild(const sk_sp<RenderNode>& node) {
61 void Group::onRender(SkCanvas* canvas, const RenderContext* ctx) const {
71 const RenderNode* Group::onNodeAt(const SkPoint& p) const {
81 SkRect Group::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) {