Searched refs:animationTime (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebPageCompositor.h51 void prepareFrame(Platform::Graphics::GLES2Context*, double animationTime);
H A DWebPageCompositor.cpp116 void WebPageCompositorPrivate::prepareFrame(double animationTime) argument
138 animationTime = currentTime();
140 m_layerRenderer->prepareFrame(animationTime, m_rootLayer.get());
142 m_layerRenderer->prepareFrame(animationTime, m_overlayLayer.get());
144 m_layerRenderer->prepareFrame(animationTime, m_compositingThreadOverlayLayer.get());
341 void WebPageCompositor::prepareFrame(Platform::Graphics::GLES2Context* context, double animationTime) argument
344 d->prepareFrame(animationTime);
H A DWebPageCompositor_p.h60 void prepareFrame(double animationTime);
H A DWebPage.cpp5888 double animationTime = compositorClient->requestAnimationFrame(); local
5889 compositorClient->invalidate(animationTime);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerRenderer.h96 void prepareFrame(double animationTime, LayerCompositingThread* rootLayer);
143 void prepareFrameRecursive(LayerCompositingThread*, double animationTime, bool isContextCurrent);
H A DLayerRenderer.cpp209 void LayerRenderer::prepareFrame(double animationTime, LayerCompositingThread* rootLayer) argument
211 if (animationTime != m_animationTime) {
212 m_animationTime = animationTime;
224 prepareFrameRecursive(rootLayer, animationTime, isContextCurrent);
636 void LayerRenderer::prepareFrameRecursive(LayerCompositingThread* layer, double animationTime, bool isContextCurrent) argument
639 m_lastRenderingResults.needsAnimationFrame |= layer->updateAnimations(animationTime);
659 prepareFrameRecursive(sublayers[i].get(), animationTime, isContextCurrent);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollAnimatorNone.h80 Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime);
83 // than animationTime. animationTime takes priority over releaseTime, capping it. attackTime is capped at
H A DScrollAnimatorNone.cpp73 ScrollAnimatorNone::Parameters::Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime) argument
75 , m_animationTime(animationTime)

Completed in 189 milliseconds