Home
last modified time | relevance | path

Searched refs:AnimatablePropertyContainer (Results 1 – 25 of 30) sorted by relevance

12

/external/skia/modules/skottie/src/animator/
DAnimator.cpp16 Animator::StateChanged AnimatablePropertyContainer::onSeek(float t) { in onSeek()
32 void AnimatablePropertyContainer::attachDiscardableAdapter( in attachDiscardableAdapter()
33 sk_sp<AnimatablePropertyContainer> child) { in attachDiscardableAdapter()
46 void AnimatablePropertyContainer::shrink_to_fit() { in shrink_to_fit()
50 bool AnimatablePropertyContainer::bindImpl(const AnimationBuilder& abuilder, in bindImpl()
DAnimator.h44 class AnimatablePropertyContainer : public Animator {
70 void attachDiscardableAdapter(sk_sp<AnimatablePropertyContainer>);
DVec2KeyframeAnimator.cpp212 bool AnimatablePropertyContainer::bindAutoOrientable(const AnimationBuilder& abuilder, in bindAutoOrientable()
231 bool AnimatablePropertyContainer::bind<Vec2Value>(const AnimationBuilder& abuilder, in bind()
DScalarKeyframeAnimator.cpp74 bool AnimatablePropertyContainer::bind<ScalarValue>(const AnimationBuilder& abuilder, in bind()
DTextKeyframeAnimator.cpp96 bool AnimatablePropertyContainer::bind<TextValue>(const AnimationBuilder& abuilder, in bind()
DShapeKeyframeAnimator.cpp168 bool AnimatablePropertyContainer::bind<ShapeValue>(const AnimationBuilder& abuilder, in bind()
/external/skia/modules/skottie/src/text/
DTextAnimator.h23 class AnimatablePropertyContainer; variable
31 AnimatablePropertyContainer* acontainer);
94 AnimatablePropertyContainer*);
DTextAnimator.cpp63 AnimatablePropertyContainer* acontainer) { in Make()
158 AnimatablePropertyContainer* acontainer) in TextAnimator()
DRangeSelector.h25 AnimatablePropertyContainer*);
DTextAdapter.h30 class TextAdapter final : public AnimatablePropertyContainer {
/external/skia/modules/skottie/src/layers/shapelayer/
DFillStroke.cpp28 sk_sp<AnimatablePropertyContainer> gradient_adapter, in FillStrokeAdapter()
131 sk_sp<AnimatablePropertyContainer> gradient) { in AttachFill()
143 sk_sp<AnimatablePropertyContainer> gradient) { in AttachStroke()
DShapeLayer.h89 sk_sp<AnimatablePropertyContainer> = nullptr);
93 sk_sp<AnimatablePropertyContainer> = nullptr);
/external/skia/modules/skottie/src/effects/
DEffects.h112 AnimatablePropertyContainer* acontainer) in EffectBinder()
127 AnimatablePropertyContainer* fContainer;
133 class MaskShaderEffectBase : public AnimatablePropertyContainer {
DTintEffect.cpp20 class TintAdapter final : public AnimatablePropertyContainer {
DFillEffect.cpp22 class FillAdapter final : public AnimatablePropertyContainer {
DTritoneEffect.cpp21 class TritoneAdapter final : public AnimatablePropertyContainer {
DGaussianBlurEffect.cpp20 class GaussianBlurEffectAdapter final : public AnimatablePropertyContainer {
DCornerPinEffect.cpp18 class CornerPinAdapter final : public AnimatablePropertyContainer {
DDropShadowEffect.cpp20 class DropShadowAdapter final : public AnimatablePropertyContainer {
DHueSaturationEffect.cpp21 class HueSaturationEffectAdapter final : public AnimatablePropertyContainer {
DShiftChannelsEffect.cpp30 class ShiftChannelsEffectAdapter final : public AnimatablePropertyContainer {
DInvertEffect.cpp20 class InvertEffectAdapter final : public AnimatablePropertyContainer {
DGradientEffect.cpp20 class GradientRampEffectAdapter final : public AnimatablePropertyContainer {
/external/skia/modules/skottie/src/
DAdapter.h17 class DiscardableAdapterBase : public AnimatablePropertyContainer {
/external/skia/modules/skottie/tests/
DKeyframe.cpp23 class MockProperty final : public AnimatablePropertyContainer {

12