Home | History | Annotate | Download | only in animator

Lines Matching refs:SkAnimator

49 /** \class SkAnimator
51 The SkAnimator class decodes an XML stream into a display list. The
55 SkAnimator does not read the system time on its own; it relies on the
77 SkAnimator animator; // declare an animator instance on the stack
78 // SkAnimator* animator = new SkAnimator() // or one could instantiate the class
89 class SkAnimator : public SkEventSink {
91 SkAnimator();
92 virtual ~SkAnimator();
221 const SkAnimator* getAnimator(const SkDisplayable* element) const;