Lines Matching full:group
207 auto group = static_cast<LottieGroup*>(*child); in updateGroup() local
209 if (!group->visible) return; in updateGroup()
212 group->scene = parent->scene; in updateGroup()
213 group->reqFragment |= ctx->reqFragment; in updateGroup()
216 if (group->mergeable()) _draw(parent, nullptr, ctx); in updateGroup()
219 …auto propagator = group->mergeable() ? ctx->propagator : static_cast<Shape*>(PP(ctx->propagator)->… in updateGroup()
220 contexts.back(new RenderContext(*ctx, propagator, group->mergeable())); in updateGroup()
222 updateChildren(group, frameNo, contexts); in updateGroup()
890 case LottieObject::Group: { in updateChildren()
1031 //new text group, single scene for each line in updateText()
1049 auto group = static_cast<LottieGroup*>(*g); in updateText() local
1050 for (auto p = group->children.begin(); p < group->children.end(); ++p) { in updateText()