Home | History | Annotate | Download | only in animator

Lines Matching defs:SkAnimator

42 /** \class SkAnimator
44 The SkAnimator class decodes an XML stream into a display list. The
48 SkAnimator does not read the system time on its own; it relies on the
70 SkAnimator animator; // declare an animator instance on the stack
71 // SkAnimator* animator = new SkAnimator() // or one could instantiate the class
82 class SkAnimator : public SkEventSink {
84 SkAnimator();
85 virtual ~SkAnimator();
214 const SkAnimator* getAnimator(const SkDisplayable* element) const;