Lines Matching refs:SkGroup

22 const SkMemberInfo SkGroup::fInfo[] = {
29 DEFINE_GET_MEMBER(SkGroup);
31 SkGroup::SkGroup() : fParentList(nullptr), fOriginal(nullptr) { in SkGroup() function in SkGroup
34 SkGroup::~SkGroup() { in ~SkGroup()
52 bool SkGroup::addChild(SkAnimateMaker& , SkDisplayable* child) { in addChild()
57 SkGroup* groupie = (SkGroup*) child; in addChild()
64 bool SkGroup::contains(SkDisplayable* match) { in contains()
73 SkGroup* SkGroup::copy() { in copy()
74 SkGroup* result = new SkGroup(); in copy()
80 SkBool SkGroup::copySet(int index) { in copySet()
84 SkDisplayable* SkGroup::deepCopy(SkAnimateMaker* maker) { in deepCopy()
89 ((SkGroup*)copy)->addChild(*maker, deeperCopy); in deepCopy()
94 bool SkGroup::doEvent(SkDisplayEvent::Kind kind, SkEventState* state) { in doEvent()
105 bool SkGroup::draw(SkAnimateMaker& maker) { in draw()
125 void SkGroup::dump(SkAnimateMaker* maker) { in dump()
134 void SkGroup::dumpDrawables(SkAnimateMaker* maker) { in dumpDrawables()
156 void SkGroup::dumpEvents() { in dumpEvents()
164 bool SkGroup::enable(SkAnimateMaker& maker ) { in enable()
175 int SkGroup::findGroup(SkADrawable* match, SkTDDrawableArray** list, in findGroup()
176 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList) { in findGroup()
181 SkGroup* childGroup = (SkGroup*) drawable; in findGroup()
195 bool SkGroup::hasEnable() const { in hasEnable()
199 bool SkGroup::ifCondition(SkAnimateMaker& maker, SkADrawable*, in ifCondition()
219 void SkGroup::initialize() { in initialize()
228 void SkGroup::markCopyClear(int index) { in markCopyClear()
234 void SkGroup::markCopySet(int index) { in markCopySet()
240 void SkGroup::markCopySize(int index) { in markCopySize()
251 void SkGroup::reset() { in reset()
268 bool SkGroup::resolveIDs(SkAnimateMaker& maker, SkDisplayable* orig, SkApply* apply) { in resolveIDs()
269 SkGroup* original = (SkGroup*) orig; in resolveIDs()
274 SkADrawable** origChild = ((SkGroup*) orig)->fChildren.begin(); in resolveIDs()
284 void SkGroup::setSteps(int steps) { in setSteps()
294 void SkGroup::validate() { in validate()