Searched defs:anim (Results 26 - 32 of 32) sorted by relevance

12

/external/skia/src/views/
H A DSkWidgets.cpp268 SkAnimator* anim = get_skin_animator(kPushButton_SkinType); local
270 if (anim)
280 (void)anim->doUserEvent(evt);
282 anim->draw(canvas, &paint, SkTime::GetMSecs());
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp170 SkAnimateBase* anim = (SkAnimateBase*) (*animPtr)->deepCopy(maker); local
171 *result->fAnimators.append() = anim;
172 maker->helperAdd(anim);
671 SkAnimateBase* anim = *animPtr; local
673 if (anim->fTarget == NULL || anim->fTargetIsScope) {
674 anim->fTargetIsScope = true;
676 anim->fTarget = scope;
678 anim->setTarget(maker);
679 anim
[all...]
/external/skia/src/animator/
H A DSkDisplayApply.cpp170 SkAnimateBase* anim = (SkAnimateBase*) (*animPtr)->deepCopy(maker); local
171 *result->fAnimators.append() = anim;
172 maker->helperAdd(anim);
671 SkAnimateBase* anim = *animPtr; local
673 if (anim->fTarget == NULL || anim->fTargetIsScope) {
674 anim->fTargetIsScope = true;
676 anim->fTarget = scope;
678 anim->setTarget(maker);
679 anim
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/animation/
H A DCSSPropertyAnimation.cpp83 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthSize& to, double progress) argument
85 return LengthSize(blendFunc(anim, from.width(), to.width(), progress),
86 blendFunc(anim, from.height(), to.height(), progress));
89 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, double progress) argument
91 return IntSize(blendFunc(anim, from.width(), to.width(), progress),
92 blendFunc(anim, from.height(), to.height(), progress));
95 static inline ShadowStyle blendFunc(const AnimationBase* anim, ShadowStyle from, ShadowStyle to, double progress) argument
102 double result = blendFunc(anim, fromVal, toVal, progress);
106 static inline PassOwnPtr<ShadowData> blendFunc(const AnimationBase* anim, const ShadowData* from, const ShadowData* to, double progress) argument
112 Color fromColor = anim
122 blendFunc(const AnimationBase* anim, const TransformOperations& from, const TransformOperations& to, double progress) argument
159 blendFunc(const AnimationBase* anim, FilterOperation* fromOp, FilterOperation* toOp, double progress, bool blendToPassthrough = false) argument
165 blendFunc(const AnimationBase* anim, const FilterOperations& from, const FilterOperations& to, double progress) argument
197 blendFunc(const AnimationBase* anim, EVisibility from, EVisibility to, double progress) argument
209 blendFunc(const AnimationBase* anim, const LengthBox& from, const LengthBox& to, double progress) argument
275 blendFunc(const AnimationBase* anim, StyleImage* from, StyleImage* to, double progress) argument
288 blendFunc(const AnimationBase* anim, const NinePieceImage& from, const NinePieceImage& to, double progress) argument
388 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
406 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
462 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
480 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
498 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
513 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
574 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
591 blendSimpleOrMatchedShadowLists(const AnimationBase* anim, double progress, const ShadowData* shadowA, const ShadowData* shadowB) const argument
617 blendMismatchedShadowLists(const AnimationBase* anim, double progress, const ShadowData* shadowA, const ShadowData* shadowB, int fromLength, int toLength) const argument
681 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
723 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
780 blend(const AnimationBase* anim, FillLayer* dst, const FillLayer* a, const FillLayer* b, double progress) const argument
798 blend(const AnimationBase* anim, FillLayer* dst, const FillLayer* a, const FillLayer* b, double progress) const argument
878 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
923 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
955 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
998 blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) const argument
1223 blendProperties(const AnimationBase* anim, CSSPropertyID prop, RenderStyle* dst, const RenderStyle* a, const RenderStyle* b, double progress) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerBacking.cpp1694 bool RenderLayerBacking::startAnimation(double timeOffset, const CSSAnimationData* anim, const KeyframeList& keyframes) argument
1732 if (hasTransform && m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->pixelSnappedBorderBoxRect().size(), anim, keyframes.animationName(), timeOffset))
1735 if (hasOpacity && m_graphicsLayer->addAnimation(opacityVector, IntSize(), anim, keyframes.animationName(), timeOffset))
1738 if (hasFilter && m_graphicsLayer->addAnimation(filterVector, IntSize(), anim, keyframes.animationName(), timeOffset))
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowView.java944 public void setAnimation(Animation anim) { argument
945 animation = anim;
949 public void startAnimation(Animation anim) { argument
950 setAnimation(anim);
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...

Completed in 4225 milliseconds

12