Lines Matching refs:animation
37 auto animation = Animation::Make(&stream);
254 auto animation = skottie::Animation::Builder()
259 REPORTER_ASSERT(reporter, animation);
387 auto animation = skottie::Animation::Builder()
391 REPORTER_ASSERT(reporter, animation);
392 REPORTER_ASSERT(reporter, animation->duration() == 10);
393 REPORTER_ASSERT(reporter, animation->inPoint() == 0.0);
394 REPORTER_ASSERT(reporter, animation->outPoint() == 100.0);
788 auto animation =
794 REPORTER_ASSERT(reporter, animation);
796 return animation;
825 auto animation = make_animation(single_asset, multi_asset, false);
831 animation->seekFrameTime(1);
836 animation->seekFrameTime(2);
847 auto animation = make_animation(single_asset, multi_asset, true);
852 animation->seekFrameTime(1);
858 animation->seekFrameTime(2);