Home
last modified time | relevance | path

Searched defs:timeOffset (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Tools/DumpRenderTree/mac/
DEventSendingController.h39 double timeOffset; variable
/external/replicaisland/src/com/replica/replicaisland/
DDoorAnimationComponent.java78 float timeOffset = timeSinceTriggered; in open() local
117 float timeOffset = timeSinceTriggered - mStayOpenTime; in close() local
/external/webkit/Source/WebCore/page/animation/
DImplicitAnimation.cpp109 bool ImplicitAnimation::startAnimation(double timeOffset) in startAnimation()
123 void ImplicitAnimation::pauseAnimation(double timeOffset) in pauseAnimation()
DKeyframeAnimation.cpp248 bool KeyframeAnimation::startAnimation(double timeOffset) in startAnimation()
262 void KeyframeAnimation::pauseAnimation(double timeOffset) in pauseAnimation()
DAnimationBase.cpp1035 double timeOffset = 0; in updateStateMachine() local
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioNode.java69 protected float timeOffset = 0; field in AudioNode
445 public void setTimeOffset(float timeOffset) { in setTimeOffset()
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1287 bool RenderLayerBacking::startAnimation(double timeOffset, const Animation* anim, const KeyframeLis… in paintIntoLayer()
1334 void RenderLayerBacking::animationPaused(double timeOffset, const String& animationName) in paintIntoLayer()
1344 bool RenderLayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromSt… in paintIntoLayer()
1388 void RenderLayerBacking::transitionPaused(double timeOffset, int property) in paintIntoLayer()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCAAnimationMac.mm268 CFTimeInterval PlatformCAAnimation::timeOffset() const function
DPlatformCALayerMac.mm714 CFTimeInterval PlatformCALayer::timeOffset() const function
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp605 …ist, const IntSize& boxSize, const Animation* anim, const String& animationName, double timeOffset) in addAnimation()
636 void GraphicsLayerCA::pauseAnimation(const String& animationName, double timeOffset) in pauseAnimation()
1454 …on* caAnim, AnimatedPropertyID property, const String& animationName, int index, double timeOffset) in setAnimationOnLayer()
1518 …tionOnLayer(AnimatedPropertyID property, const String& animationName, int index, double timeOffset) in pauseCAAnimationOnLayer()
1565 …meValueList& valueList, const Animation* animation, const String& animationName, double timeOffset) in createAnimationFromKeyframes()
1593 …valueList, const Animation* animation, const String& animationName, double timeOffset, const IntSi… in createTransformAnimationsFromKeyframes()
DGraphicsLayerCA.h390 double timeOffset; // only used for pause member
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCAAnimationWin.cpp250 CFTimeInterval PlatformCAAnimation::timeOffset() const in timeOffset() function in PlatformCAAnimation
DPlatformCALayerWin.cpp571 CFTimeInterval PlatformCALayer::timeOffset() const in timeOffset() function in PlatformCALayer
/external/quake/quake/src/WinQuake/
Dnet_main.cpp958 void SchedulePollProcedure(PollProcedure *proc, double timeOffset) in SchedulePollProcedure()
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp48 static int timeOffset; variable
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1630 …ues, const IntSize& boxSize, const Animation* anim, const String& keyframesName, double timeOffset) in addAnimation()
1720 void GraphicsLayerQt::pauseAnimation(const String& name, double timeOffset) in pauseAnimation()
/external/webkit/Tools/DumpRenderTree/gtk/
DEventSender.cpp57 static int timeOffset = 0; variable