HomeSort by relevance Sort by last modified time
    Searched refs:fromLayer (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 302 static void moveOrCopyLayerAnimation(MoveOrCopy, const String& animationIdentifier, PlatformCALayer *fromLayer, PlatformCALayer *toLayer);
303 void moveOrCopyAnimationsForProperty(MoveOrCopy, AnimatedPropertyID, PlatformCALayer * fromLayer, PlatformCALayer * toLayer);
GraphicsLayerCA.cpp 427 void GraphicsLayerCA::moveOrCopyLayerAnimation(MoveOrCopy operation, const String& animationIdentifier, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
429 RefPtr<PlatformCAAnimation> anim = fromLayer->animationForKey(animationIdentifier);
435 fromLayer->removeAnimationForKey(animationIdentifier);
445 void GraphicsLayerCA::moveOrCopyAnimationsForProperty(MoveOrCopy operation, AnimatedPropertyID property, PlatformCALayer *fromLayer, PlatformCALayer *toLayer)
455 moveOrCopyLayerAnimation(operation, animationIdentifier(currAnimation.m_name, currAnimation.m_property, currAnimation.m_index), fromLayer, toLayer);
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 525 const FillLayer* fromLayer = (a->*m_layersGetter)();
528 while (fromLayer && toLayer) {
529 if (!m_fillLayerPropertyWrapper->equals(fromLayer, toLayer))
532 fromLayer = fromLayer->next();
    [all...]

Completed in 517 milliseconds