Home
last modified time | relevance | path

Searched refs:Vec2KeyframeAnimator (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/modules/skottie/src/animator/
H A DVec2KeyframeAnimator.cpp37 class Vec2KeyframeAnimator final : public KeyframeAnimator { class
44 Vec2KeyframeAnimator(std::vector<Keyframe> kfs, std::vector<SkCubicMap> cms, in Vec2KeyframeAnimator() function in skottie::internal::__anoneaccbca90111::Vec2KeyframeAnimator
123 const std::vector<Vec2KeyframeAnimator::SpatialValue> fValues;
170 return sk_sp<Vec2KeyframeAnimator>( in makeFromKeyframes()
171 new Vec2KeyframeAnimator(std::move(fKFs), in makeFromKeyframes()
189 void backfill_spatial(const Vec2KeyframeAnimator::SpatialValue& val) { in backfill_spatial()
235 Vec2KeyframeAnimator::SpatialValue val; in parseKFValue()
258 std::vector<Vec2KeyframeAnimator::SpatialValue> fValues;
H A DBUILD.bazel19 "Vec2KeyframeAnimator.cpp",
/aosp_15_r20/external/skia/modules/skottie/
H A Dskottie.gni62 "$_modules/skottie/src/animator/Vec2KeyframeAnimator.cpp",
/aosp_15_r20/external/skia/
H A DAndroid.bp2647 "modules/skottie/src/animator/Vec2KeyframeAnimator.cpp",