Lines Matching refs:maker
70 SkDisplayable* SkDisplayable::deepCopy(SkAnimateMaker* maker) { in deepCopy() argument
76 SkDisplayable* copy = SkDisplayType::CreateInstance(maker, type); in deepCopy()
111 if (SkDisplayType::IsDisplayable(maker, info->fType)) { in deepCopy()
115 SkDisplayable* deeper = (*displayable)->deepCopy(maker); in deepCopy()
137 void SkDisplayable::dump(SkAnimateMaker* maker) { in dump() argument
138 dumpBase(maker); in dump()
140 this->dumpAttrs(maker); in dump()
141 this->dumpChildren(maker); in dump()
145 void SkDisplayable::dumpAttrs(SkAnimateMaker* maker) { in dumpAttrs() argument
151 SkDisplayable* blankCopy = SkDisplayType::CreateInstance(maker, type); in dumpAttrs()
177 if (SkDisplayType::IsDisplayable(maker, info->fType)) { in dumpAttrs()
241 void SkDisplayable::dumpBase(SkAnimateMaker* maker) { in dumpBase() argument
245 elementName = SkDisplayType::GetName(maker, type); in dumpBase()
254 void SkDisplayable::dumpChildren(SkAnimateMaker* maker, bool closedAngle) { in dumpChildren() argument
265 if (SkDisplayType::IsDisplayable(maker, info->fType)) { in dumpChildren()
273 (*displayable)->dump(maker); in dumpChildren()
278 dumpEnd(maker); in dumpChildren()
283 void SkDisplayable::dumpEnd(SkAnimateMaker* maker) { in dumpEnd() argument
287 elementName = SkDisplayType::GetName(maker, type); in dumpEnd()
490 bool SkDisplayable::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { in resolveIDs() argument