Lines Matching refs:Animation
44 * A Logger subclass can be used to receive Animation::Builder parsing errors and warnings.
80 * Interface for receiving AE composition markers at Animation build time.
84 // t0,t1 are in the Animation::seek() domain.
88 class SK_API Animation : public SkNVRefCnt<Animation> {
159 * Animation factories.
161 sk_sp<Animation> make(SkStream*);
162 sk_sp<Animation> make(const char* data, size_t length);
163 sk_sp<Animation> makeFromFile(const char path[]);
179 * Animation factories.
183 static sk_sp<Animation> Make(const char* data, size_t length);
184 static sk_sp<Animation> Make(SkStream*);
185 static sk_sp<Animation> MakeFromFile(const char path[]);
187 ~Animation();
204 * It is undefined behavior to call render() on a newly created Animation
255 * Animation in point, in frame index units.
260 * Animation out point, in frame index units.
272 Animation(std::unique_ptr<sksg::Scene>,
287 using INHERITED = SkNVRefCnt<Animation>;