Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/animator/
DVec2KeyframeAnimator.cpp22 class Vec2KeyframeAnimator final : public KeyframeAnimator { class
29 Vec2KeyframeAnimator(std::vector<Keyframe> kfs, std::vector<SkCubicMap> cms, in Vec2KeyframeAnimator() function in skottie::internal::__anon6447f0df0111::Vec2KeyframeAnimator
97 const std::vector<Vec2KeyframeAnimator::SpatialValue> fValues;
144 return sk_sp<Vec2KeyframeAnimator>( in makeFromKeyframes()
145 new Vec2KeyframeAnimator(std::move(fKFs), in makeFromKeyframes()
163 void backfill_spatial(const Vec2KeyframeAnimator::SpatialValue& val) { in backfill_spatial()
209 Vec2KeyframeAnimator::SpatialValue val; in parseKFValue()
232 std::vector<Vec2KeyframeAnimator::SpatialValue> fValues;
DBUILD.bazel84 srcs = ["Vec2KeyframeAnimator.cpp"],
/external/skia/modules/skottie/
Dskottie.gni40 "$_src/animator/Vec2KeyframeAnimator.cpp",
/external/skia/
DAndroid.bp2365 "modules/skottie/src/animator/Vec2KeyframeAnimator.cpp",