/external/webkit/Source/WebCore/page/animation/ |
D | CompositeAnimation.cpp | 70 KeyframeAnimation* anim = it->second.get(); in clearRenderer() local 94 const Animation* anim = targetStyle->transitions()->animation(i); in updateTransitions() local 183 ImplicitAnimation* anim = it->second.get(); in updateTransitions() local 226 const Animation* anim = targetStyle->animations()->animation(i); in updateKeyframeAnimations() local 292 if (ImplicitAnimation* anim = it->second.get()) in animate() local 343 KeyframeAnimation* anim = it->second.get(); in setAnimating() local 392 RefPtr<KeyframeAnimation> anim = it->second; in getAnimationForProperty() local 412 if (KeyframeAnimation* anim = it->second.get()) in suspendAnimations() local 419 ImplicitAnimation* anim = it->second.get(); in suspendAnimations() local 437 KeyframeAnimation* anim = it->second.get(); in resumeAnimations() local [all …]
|
D | AnimationBase.cpp | 95 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double… in blendFunc() 119 static inline LengthSize blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthS… in blendFunc() 125 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, … in blendFunc() 131 static inline ShadowStyle blendFunc(const AnimationBase* anim, ShadowStyle from, ShadowStyle to, do… in blendFunc() 142 static inline ShadowData* blendFunc(const AnimationBase* anim, const ShadowData* from, const Shadow… in blendFunc() 157 static inline TransformOperations blendFunc(const AnimationBase* anim, const TransformOperations& f… in blendFunc() 196 static inline EVisibility blendFunc(const AnimationBase* anim, EVisibility from, EVisibility to, do… in blendFunc() 208 static inline LengthBox blendFunc(const AnimationBase* anim, const LengthBox& from, const LengthBox… in blendFunc() 286 …virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const Render… in blend() argument 305 …virtual void blend(const AnimationBase* anim, RenderStyle* dst, const RenderStyle* a, const Render… in blend() argument [all …]
|
D | AnimationBase.h | 140 void setAnimation(const Animation* anim) { m_animation = const_cast<Animation*>(anim); } in setAnimation()
|
/external/skia/src/views/ |
D | SkWidgetViews.cpp | 45 void init_skin_anim(const char path[], SkAnimator* anim) in init_skin_anim() 64 void init_skin_anim(SkinEnum se, SkAnimator* anim) in init_skin_anim() 73 SkAnimator anim; in init_skin_paint() local 84 SkAnimator anim; in inflate_paint() local
|
D | SkImageView.cpp | 264 SkAnimator* anim = new SkAnimator; in ensureUriIsLoaded() local
|
/external/webkit/Source/WebCore/platform/animation/ |
D | AnimationList.h | 52 void append(PassRefPtr<Animation> anim) { m_animations.append(anim); } in append()
|
/external/skia/src/animator/ |
D | SkDisplayPost.cpp | 227 SkAnimator* anim = maker.getAnimator(); in enable() local 276 SkAnimator* anim = fTargetMaker->getAnimator(); in findSinkID() local
|
D | SkDisplayApply.cpp | 177 SkAnimateBase* anim = (SkAnimateBase*) (*animPtr)->deepCopy(maker); in deepCopy() local 678 SkAnimateBase* anim = *animPtr; in onEndElement() local
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | AndroidAnimation.cpp | 81 AndroidAnimation::AndroidAnimation(AndroidAnimation* anim) in AndroidAnimation() function in WebCore::AndroidAnimation 228 AndroidOpacityAnimation::AndroidOpacityAnimation(AndroidOpacityAnimation* anim) in AndroidOpacityAnimation() function in WebCore::AndroidOpacityAnimation 301 AndroidTransformAnimation::AndroidTransformAnimation(AndroidTransformAnimation* anim) in AndroidTransformAnimation() function in WebCore::AndroidTransformAnimation
|
D | GraphicsLayerAndroid.cpp | 691 const Animation* anim, in addAnimation() 740 RefPtr<AndroidOpacityAnimation> anim = AndroidOpacityAnimation::create(animation, in createAnimationFromKeyframes() local 782 RefPtr<AndroidTransformAnimation> anim = AndroidTransformAnimation::create(animation, in createTransformAnimationsFromKeyframes() local
|
D | LayerAndroid.cpp | 250 RefPtr<AndroidAnimation> anim = prpAnim; in addAnimation() local
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.cpp | 370 if (QAbstractAnimation* anim = it->data()) in ~GraphicsLayerQtImpl() local 1384 …* layer, const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const QSt… in AnimationQtBase() 1427 …* layer, const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const QSt… in AnimationQt() 1519 …* layer, const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const QSt… in TransformAnimationQt() 1590 …* layer, const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const QSt… in OpacityAnimationQt() 1630 …nimation(const KeyframeValueList& values, const IntSize& boxSize, const Animation* anim, const Str… in addAnimation() 1691 AnimationQtBase* anim = static_cast<AnimationQtBase*>(it->data()); in removeAnimationsForProperty() local 1709 AnimationQtBase* anim = static_cast<AnimationQtBase*>(it->data()); in removeAnimationsForKeyframes() local 1727 AnimationQtBase* anim = static_cast<AnimationQtBase*>(it->data()); in pauseAnimation() local 1744 if (QAbstractAnimation* anim = it->data()) in suspendAnimations() local [all …]
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 233 …tic bool animationHasStepsTimingFunction(const KeyframeValueList& valueList, const Animation* anim) in animationHasStepsTimingFunction() 429 RefPtr<PlatformCAAnimation> anim = fromLayer->animationForKey(animationIdentifier); in moveOrCopyLayerAnimation() local 605 …ation(const KeyframeValueList& valueList, const IntSize& boxSize, const Animation* anim, const Str… in addAnimation() 1648 PassRefPtr<PlatformCAAnimation> GraphicsLayerCA::createBasicAnimation(const Animation* anim, Animat… in createBasicAnimation() 1655 PassRefPtr<PlatformCAAnimation>GraphicsLayerCA::createKeyframeAnimation(const Animation* anim, Anim… in createKeyframeAnimation() 1662 void GraphicsLayerCA::setupAnimation(PlatformCAAnimation* propertyAnim, const Animation* anim, bool… in setupAnimation() 1698 …icsLayerCA::timingFunctionForAnimationValue(const AnimationValue* animValue, const Animation* anim) in timingFunctionForAnimationValue() 1708 …ayerCA::setAnimationEndpoints(const KeyframeValueList& valueList, const Animation* anim, PlatformC… in setAnimationEndpoints() 1730 …ayerCA::setAnimationKeyframes(const KeyframeValueList& valueList, const Animation* anim, PlatformC… in setAnimationKeyframes() 1764 …etTransformAnimationEndpoints(const KeyframeValueList& valueList, const Animation* anim, PlatformC… in setTransformAnimationEndpoints()
|
/external/chromium/chrome/browser/ui/touch/frame/ |
D | touch_browser_frame_view.cc | 257 void TouchBrowserFrameView::AnimationProgressed(const ui::Animation* anim) { in AnimationProgressed()
|
/external/chromium/chrome/browser/ui/webui/ |
D | ntp_resource_cache.cc | 352 std::string anim = in CreateNewTabHTML() local
|
/external/quake/quake/src/WinQuake/ |
D | sbar.cpp | 830 int f, anim; in Sbar_DrawFace() local
|
D | gl_rmain.cpp | 599 int anim; in R_DrawAliasModel() local
|
/external/quake/quake/src/QW/client/ |
D | gl_rmain.c | 508 int anim; in R_DrawAliasModel() local
|
D | sbar.c | 675 int f, anim; in Sbar_DrawFace() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1275 bool RenderLayerBacking::startAnimation(double timeOffset, const Animation* anim, const KeyframeLis… in startAnimation()
|